﻿
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://use.typekit.net/css5qic.css');

:root,
:host {
    --font-size-42-resp: clamp(2.125rem, calc(2.625 / 117.188 * 100vw), 2.625rem);
    --font-size-40-resp: clamp(2rem, calc(2.5 / 117.188 * 100vw), 2.5rem);
    --font-size-30-resp: clamp(1.575rem, calc(1.875 / 117.188 * 100vw), 1.875rem);
    --font-size-16-resp: clamp(.95rem, calc(1 / 117.188 * 100vw), 1rem);
    --font-size-14-resp: clamp(.875rem, calc(.875 / 117.188 * 100vw), .875rem);
    --font-size-12-resp: clamp(.75rem, calc(.75 / 117.188 * 100vw), .75rem)
}

.font-size-12 {
    font-size: var(--font-size-12-resp)
}

.font-size-14 {
    font-size: var(--font-size-14-resp)
}

.font-size-16 {
    font-size: var(--font-size-16-resp)
}

.font-size-30 {
    font-size: var(--font-size-30-resp)
}

.font-size-40 {
    font-size: var(--font-size-40-resp)
}

.font-size-42 {
    font-size: var(--font-size-42-resp)
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

/* Restore Bootstrap pour #LoadingAreaModal uniquement */
#LoadingAreaModal h2,
#LoadingAreaModal h3 {
    margin: revert;
    padding: revert;
    font-size: revert;
    line-height: revert;
    color: revert;
    font-family: revert;
}

#LoadingAreaModal h2 {
    font-weight: revert;
}

:focus-visible {
    outline: 2px solid #0078D4;
}

:root {
    --default-color: #000;
    --service-color: #e9967a;
}

*::before, *::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

body{
    min-height: 100%;
    transition: all .4s ease-in background-size 0s;
    box-sizing: border-box;
    background-color: #14161f;
    font-size: 0.875rem;
    color: #000;
}

#PreviewModalContent {
    font-size: 0.875rem;
    color: #000;
}

.welcome {
    font-size: 0.875rem;
    background-color: #14161f;
}

body.adviser-mode {
    background-color: #011f24;
    /*background-image: url(https://image.akeo.fr/texture-fond-AKEO-Espace-Clients.png);*/
}

.menu a.canceled::after {
    content: "Résiliée";
    position: absolute;
    transform: translate(-110%,110%);
    color: rgba(212, 89, 86, .6);
    text-transform: uppercase;
    font-family: 'raleway';
    font-size: 11px;
    font-weight: bold;
}

.menu a.contract.canceled::after {
    content: "Résilié" !important;
}

.color-8d8d8d {
    color: #8d8d8d;
}

.color-66ccce {
    color: #66ccce;
}

.service-color {
    color: var(--service-color) !important;
}

.border-color-service {
    border-color: var(--service-color) !important;
    border-bottom-color: var(--service-color) !important;
}

.invalid-feedback {
    min-height: 17px;
}

#AlertMessage {
    padding: 0 !important;
}

    #AlertMessage .alert {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        font-family: 'Alata',sans-serif;
    }

        #AlertMessage .alert .h5 {
            font-family: "Raleway",sans-serif;
        }

/* Button */
/* Warning */
.btn-warning {
    background-color: #F59B58;
    border-color: #F59B58;
    color: #fff;
}

    .btn-warning:hover,
    .btn-warning:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #E78425;
        border-color: #E78425;
    }

/* Text */

.text-warning {
    color: #F59B58 !important
}

.text-828282 {
    color: #828282;
}

.text-e9967a {
    color: #e9967a;
}

.text-b91516 {
    color: #b91516;
}

.text-f59821 {
    color: #f59821;
}

.text-856404 {
    color: #856404;
}

/* Letter-spacing */
.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.bg-color-f4f4f4 {
    background-color: #f4f4f4;
}

.bg-color-fff3cd {
    background-color: #fff3cd;
}

.text-underline {
    text-decoration: underline;
    text-underline-offset: 2px;
}


.btn-e9967a {
    color: #fff;
    background-color: #e9967a;
}

    .btn-e9967a:hover {
        background-color: rgba(0,0,0,0.4);
    }

.btn-default {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

    .btn-default:hover {
        background-color: #e9967a;
    }

        .btn-e9967a:hover,
        .btn-default:hover,
        .btn-e9967a:hover span,
        .btn-default:hover span,
        .btn-outline-default:hover span,
        .btn-e9967a:hover i,
        .btn-default:hover i,
        .btn-outline-default:hover i {
            color: #fff !important;
        }


/* Badge */

.badge-pill {
    padding: .25rem .5rem;
    font-size: .5rem;
    letter-spacing: 1px;
    font-weight: normal;
}

.badge-e9967a {
    color: #fff;
    background-color: #e9967a;
}

/* Border */

.border-color-000 {
    border-color: #000 !important;
}

.border-color-828282 {
    border-color: #828282 !important;
}


/* Btn */

.btn-group-sm > .btn,
.btn-sm {
    line-height: 1.6em;
    padding: 4px 12px;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #e9967a;
    border-color: #e9967a;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: lightsalmon;
        border-color: lightsalmon;
    }

        .btn-primary:hover span {
            color: #fff !important;
        }

/* Btn-outline */
.btn-outline-e9967a,
.btn-outline-default {
    line-height: 1.6em;
    padding: 4px 12px;
}

.btn-outline-e9967a {
    color: #e9967a;
    border-color: #e9967a;
}

    .btn-outline-e9967a:hover,
    .btn-outline-e9967a:not(:disabled):not(.disabled).active,
    .btn-outline-e9967a:not(:disabled):not(.disabled):active,
    .btn-outline-e9967a:hover i,
    .btn-outline-e9967a:not(:disabled):not(.disabled).active i,
    .btn-outline-e9967a:not(:disabled):not(.disabled):active i {
        color: #fff !important;
        background-color: #e9967a;
        border-color: #e9967a;
    }


    .btn-outline-e9967a.focus,
    .btn-outline-e9967a:focus {
        box-shadow: 0 0 0 0.2rem rgba(233, 150, 122, 0.25);
    }


.btn-outline-default {
    color: #828282;
    border-color: #000;
}

    .btn-outline-default:hover,
    .btn-outline-default:not(:disabled):not(.disabled).active,
    .btn-outline-default:not(:disabled):not(.disabled):active {
        color: #fff !important;
        background-color: rgba(0,0,0,0.4);
        border-color: transparent;
    }

        .btn-outline-default:hover i {
            color: #fff !important;
        }


.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover,
    .btn-outline-white:not(:disabled):not(.disabled).active,
    .btn-outline-white:not(:disabled):not(.disabled):active {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-white.focus,
    .btn-outline-white:focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.25);
    }

.btn-e9967a.small {
    font-size: 10px;
    padding: 2px 6px;
}


body, html {
    width: 100%;
    height: 100%;
}

.alata {
    font-family: 'Alata',sans-serif;
}

.raleway {
    font-family: "Raleway",sans-serif;
}


/* Audio */
#Content audio {
    height: 30px;
}


/* Page Login */
#Content {
    width: 100%;
    height: 100%;
}

    #Content.account {
        width: 100%;
        height: calc(100vh - 320px);
        height: calc(100dvh - 320px);
        overflow-x: hidden;
        margin-top: 160px;
    }

    #Content .parallax .page-content {
        position: relative;
        height: 100%;
    }

    #Content.account .page-content {
        position: relative;
        background-image: url(//image.akeo.fr/monespaceclient/accueil.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 100%;
    }

    #Content.account .login {
        position: absolute;
        right: 200px;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
        color: #fff;
        line-height: 1.4rem;
        border-top: solid 1px rgba(255,255,255,0.6);
        border-left: solid 1px rgba(255,255,255,0.6);
        border-right: solid 1px rgba(255,255,255,0.6);
    }

        #Content.account .login .form-control {
            color: #000;
            outline: 0;
            opacity: .6;
            font-size: .75rem;
        }

            #Content.account .login .form-control:focus {
                background-color: #fff;
                border-color: transparent;
                border: 0;
                outline: 0;
                opacity: 1;
                box-shadow: none;
            }

        #Content.account .login button {
            background-color: #000;
            color: #fff;
            padding: 10px 14px;
            border: 0;
            outline: 0;
            text-transform: uppercase;
            transition: all .4s ease-in;
        }

            #Content.account .login button:hover {
                background-color: #fff;
                color: #000;
            }

        #Content.account .login a {
            text-decoration: underline;
            color: #fff;
            opacity: .7;
            transition: all .2s ease-in;
            font-size: .875rem;
        }

            #Content.account .login a:hover {
                opacity: 1;
                letter-spacing: 0;
            }

    #Content.account .description {
        position: absolute;
        right: 200px;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
        color: #fff;
        line-height: 1.4rem;
        border-top: solid 1px rgba(255,255,255,0.6);
        border-left: solid 1px rgba(255,255,255,0.6);
        border-right: solid 1px rgba(255,255,255,0.6);
    }

    #Content.account .welcome {
        position: absolute;
        bottom: -180px;
        left: 90px;
        height: 360px;
    }

    #Content.account .welcome-content {
        padding-bottom: 168px;
    }

    #Content.account .welcome::after {
        background-color: #000;
    }

    #Content.account .welcome .title {
        color: #fff;
        opacity: .3;
    }

    #Content > .container {
        min-height: calc(100vh - 320px);
        min-height: calc(100dvh - 320px);
        padding-top: 160px;
    }

    #Content .row {
        word-wrap: break-word;
    }

#LastNotices .modal-dialog {
    margin: 0;
    margin-left: auto;
}

    #LastNotices .modal-dialog .modal-content {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
}

.bg-black {
    background-color: #000;
}


/* Scrollbar */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

#Content .alert {
    border: 0;
}

#Content > .alert.alert-danger {
    background-color: rgba(212, 89, 86, .6);
    color: #fff;
}

#Content > .alert .alert-warning {
    background-color: rgba(245, 155, 88, .6);
    color: #fff;
}



/*.content .alert.alert-danger {
        background-color: initial;
        color: initial;
    }

    .content .alert.alert-warning {
        background-color: initial;
        color: initial;
    }*/

#Content .btn,
#Content .btn-sm,
#Content .form-control,
#Content .progress,
.navbar-container .btn,
.navbar-container .btn-sm {
    border-radius: 0 !important;
}

/* Title - Subtitle */

#Content .home .header .title,
#Content .header .title.sub-title {
    font-size: 1rem;
    color: var(--default-color);
    border-bottom-color: var(--default-color);
}

#Content .telecom .header .title,
#Content .mobile .header .title,
#Content .subscription .header .title,
#Content .terminal .header .title,
#Content .invoices .header .title,
#Content .sponsorships .header .title,
#Content .box .header .title,
#Content .voice-mail .header .title,
#Content .club-avantages .header .title {
    font-size: 1rem;
    color: var(--service-color);
    border-bottom-color: var(--service-color);
}

#Content .header .sup-title,
#Content .header .title,
.modal-header .title,
.form-title {
    text-transform: uppercase;
    font-weight: 700;
}

#Content .header .sup-title,
.modal-header .title,
.form-title {
    color: #d0d1d2;
    font-size: 24px;
    line-height: .8em;
}

#Content .header .title {
    letter-spacing: 2px;
    font-size: 30px;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.header .title {
    color: var(--service-color);
    border-bottom-color: var(--service-color);
}


/* Bread Crumb */
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb li:last-child a {
    color: var(--service-color);
}

.breadcrumb-container .back {
    color: var(--service-color);
}


/* Liens */
input[type="submit"] i,
[type="submit"]:not(.bg-transparent):hover i {
    color: #fff !important;
}

a {
    color: #828282;
    /* color:#212529;*/
}

    a.color-black {
        color: #000;
    }

    a:hover,
    a:hover span,
    a:hover i,
    button:hover i {
        color: #e9967a !important;
    }

p {
    line-height: 1.6em;
}

/* List style */

.list-style-initial {
    list-style: initial;
}

/* List group item */

.list-group .page-menu-element.list-group-item {
    border: none;
}


    .list-group .page-menu-element.list-group-item .row {
        justify-content: flex-end;
    }

.list-group .page-menu-element.list-group-item {
    margin-bottom: 1.5rem;
}


.list-group .page-menu-element span.icon-notify {
    position: absolute;
}

.list-group .page-menu-element a:hover {
    text-decoration: none;
}


/* Custom List  */

ul.custom-list {
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 20px;
    border-left: 1px solid rgba(0,0,0,0.1);
    line-height: 1.2;
}

.custom-list > li::before {
    content: "";
    background-color: rgba(0,0,0,0.1);
    width: 10px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
}

.custom-list > li a:hover {
    text-decoration: none;
}

    .custom-list > li a:hover i,
    .custom-list > li a:hover span {
        color: inherit;
    }


ul.custom-list-inside {
    list-style: inside;
}

.custom-list-inside li {
    padding-left: 20px;
}

/* Table */

.table thead th {
    border-top: 0;
}

/* Progressbar */

.progress {
    height: 10px;
}

    .progress .progress-bar {
        background-color: var(--service-color);
    }

/* Popover */

.popover,
.popover .popover-header {
    border-radius: 0;
    font-size: 0.688rem;
}

    .popover .popover-header {
        background-color: transparent;
        border-bottom: 0;
    }

sup {
    font-family: initial !important;
}

.sponsee-contracts > div:last-child {
    border-bottom: none !important;
}

/* Activer ma ligne */

.vertical-divider {
    position: relative;
}

    .vertical-divider::before {
        content: "";
        position: absolute;
        background-color: #ced4da;
        width: 1px;
        height: 100%;
        z-index: 1;
        left: 50%;
    }

    .vertical-divider span {
        z-index: 2;
    }

.modal .close {
    opacity: 1;
}

    .modal .close .line {
        position: absolute;
        background-color: #000;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 40px;
        height: 1px;
    }

        .modal .close .line:nth-of-type(1) {
            transform: rotate(45deg);
        }

        .modal .close .line:nth-of-type(2) {
            transform: rotate(-45deg);
        }


.help-needed textarea {
    height: 140px;
}

.custom-under-form {
    line-height: 1rem;
}

input.custom-upload-file {
    display: none;
}

i.custom-upload-file.fa-regular.fa-circle-plus {
    color: #e9967a;
}

label.custom-upload-file {
    display: inline-block;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

label i.custom-upload-file {
    margin-right: 8px;
}

label:hover.custom-upload-file {
    background-color: #f8f9fa;
}

/* Override de la position du i dans imput group */
.input-group-append .input-group-text i:not(.fa-upload) {
    transform: translate(-20px, -50%);
    right: initial;
}

.input-group-append .input-group-text i.fa-upload {
    transform: translate(5px, -50%);
    right: initial;
}

input, select {
    font-family: inherit !important;
    /*font-variation-settings: 'wdth' 100, 'wght' 300, 'slnt' 0;
    line-height: 0;*/
}


@media (max-width: 376px) {
}

@media (min-width: 376px) and (max-width: 576px) {
}

@media (min-width: 576px) and (max-width: 992px) {
}


@media (max-width: 992px) {
    #Content.account .login {
        position: sticky;
    }

    #Content.account .welcome {
        transform: translateX(-50%);
        left: 50%;
        width: 80%;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
}


@media (max-width: 992px) {
    .list-group .page-menu-element.list-group-item {
        border-bottom: 1px solid #dee2e6;
    }
}


@media (min-width: 992px) {
    .list-group .page-menu-element.list-group-item:nth-child(odd) {
        border-right: 1px solid #dee2e6;
    }

    #SideBar {
        position: fixed;
        height: calc(100vh - 210px);
        height: calc(100dvh - 210px);
        overflow: hidden;
        top: 210px;
    }

        #SideBar::-webkit-scrollbar {
            width: 2px;
            height: 2px;
        }

        #SideBar::-webkit-scrollbar-track {
            background-color: #828282;
        }

    #Content {
        margin-left: auto;
        /*margin-left: auto !important;
        margin-right: auto !important;*/
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important;
    }
}

@media (max-width: 992px) {
    .table-content-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: .5rem !important;
        max-width: 100%;
        flex: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #Content.account .login {
        right: 20px;
    }

    #Content.account .welcome {
        left: 10px;
    }
}


@media (min-width: 1200px) and (max-width: 1400px) {
    #Content.account .login {
        right: 70px;
    }

    #Content.account .welcome {
        left: 50px;
    }
}


[data-target="#YouSignRemindModal"] {
    background-color: #e9967a !important;
}

    [data-target="#YouSignRemindModal"]:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

        [data-target="#YouSignRemindModal"]:hover i {
            color: #fff !important;
        }


a.customer-invite {
    padding: 0 !important;
    margin-top: -5px;
    margin-left: -5px;
    cursor: pointer;
}

/* customer-dashboard - Layout row/col */
.customer-dashboard .card {
    display: flex;
    flex-direction: column;
}

.customer-dashboard .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

    /* Le montant total reste fixe en haut */
    .customer-dashboard .card-body > p {
        flex-shrink: 0;
    }

.customer-dashboard .pagination-list {
    margin: 0;
}

/* Bloc Parrainages */
.sponsor-name {
    min-width: 158px;
}

.sponsor-details {
    min-width: 100px;
}

/* Bloc Cagnottes */
.cagnotte-name {
    min-width: 105px;
}

.cagnotte-details {
    min-width: 150px;
}

.cagnotte-date {
    min-width: 65px;
}

/* Pagination générique */
.pagination-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    /* La liste prend l'espace disponible, pousse la nav en bas */
    .pagination-container .pagination-list {
        flex: 1 1 auto;
    }

.list-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.pagination-dots {
    display: flex;
    align-items: center;
}

    .pagination-dots .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .pagination-dots .dot:hover {
            background-color: #999;
        }

        .pagination-dots .dot.active {
            background-color: #e9967a;
        }

.pagination-prev,
.pagination-next {
    padding: 0.25rem 0.5rem;
    color: #828282;
}

    .pagination-prev:disabled,
    .pagination-next:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-prev:not(:disabled):hover,
    .pagination-next:not(:disabled):hover {
        color: #e9967a !important;
    }

/* Responsive Pagination */
@media (max-width: 576px) {
    .pagination-item .row > div {
        font-size: 0.8rem;
    }

    .pagination-dots .dot {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
}
