/* ---------- Axonaut academy + responsive pfor axonaut academy -------- */
#zoneCluustar {
    display: none;
    position : fixed;
    z-index: 10000;
    bottom  :140px;
    right : 0px;
    margin-right: 20px;
    width: 700px;
    height: 700px;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0,0,0,.15) ;
    background: white;
}
#zoneCluustar > iframe {
    border-radius: 10px;
    overflow: hidden;
}
    .zoneCloseClustaar {
        background: #3C64AD;
        background-image: linear-gradient(45deg, #21406B, #3C64AD);
        color: white;
        filter: brightness(1.2);
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        position: absolute;
        bottom: -60px;
        right: 0;
        box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
        border: 2px solid whitesmoke;
    }
    .closeClustaar {
        cursor: pointer;
    }
    #clustaar_webchat_launcher {
        display: none;
    }
.bubbleAcademy {
    position : fixed;
    z-index: 9998;
    bottom  :20px;
    right : 20px;
    width: 50px;
    height: 50px;
    background: #21406B;
    background-image: linear-gradient(45deg, #21406B, #3C64AD);
    color : white;
    border-radius: 50%;
    display : flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border: 2px solid whitesmoke;
    font-weight: 900;
}

.bubbleAcademyAccountantPortal {
    position : fixed;
    z-index: 9998;
    bottom  :20px;
    right : 20px;
    width: 140px;
    height: 50px;
    background: #2D95F8;
    background-image: linear-gradient(45deg, #2D95F8, #40BCF5);
    color : white;
    border-radius: 15px;
    display : flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border: 2px solid whitesmoke;
    font-weight: 900;
}

.bubbleAcademy:hover, .bubbleAcademy:active , .bubbleAcademy:focus  {
    color : white;
    filter: brightness(1.1);
    text-decoration: none;
}

.bubbleAcademyAccountantPortal:hover, .bubbleAcademyAccountantPortal:active , .bubbleAcademyAccountantPortal:focus  {
    color : white;
    filter: brightness(1.1);
    text-decoration: none;
}

.bubbleAcademy .notif {
    position : absolute;
    top : -5px;
    right : -10px;
    width: 25px;
    height: 25px;
    background: #F6C17C;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    color : white;
    border-radius: 50%;
    display : flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    animation: shake 1.82s 1s cubic-bezier(.36,.07,.19,.97) 3;
}

.bubbleAcademyAccountantPortal .notif {
    position : absolute;
    top : -5px;
    right : -10px;
    width: 25px;
    height: 25px;
    background: #FFC82E;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    color : white;
    border-radius: 50%;
    display : flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    animation: shake 1.82s 1s cubic-bezier(.36,.07,.19,.97) 3;
}


    @keyframes shake {
        5%, 45%, 100% {
            transform: translate3d(-1px, 0, 0) ;
        }

        10%, 40% {
            transform: translate3d(2px, 0, 0);
        }

        15%, 25%, 35% {
            transform: translate3d(-4px, 0, 0);
        }

        20%, 30% {
            transform: translate3d(4px, 0, 0);
        }
    }


#modalAcademy .modal-body{
    height: calc( var(--specVH) * 100 );
    scroll-behavior: smooth;
    padding: 0;

}
#modalAcademy h1, #modalAcademy h2, #modalAcademy h3{
    color : #21406B;
}
#modalAcademy .title-modal-academy{
    background: #21406B;
    background-image: linear-gradient(45deg, #21406B, #3C64AD);
    /*margin: -30px -60px 0px -60px;*/
    margin-bottom: 0;
    padding : 30px 60px;
    flex-direction: column;
}
    #modalAcademy .title-modal h3{
        text-transform: uppercase;
        font-weight: 300;
        display: inline-flex;
        align-items: center;
        color: white;
        cursor: pointer;
    }
    #modalAcademy .title-modal h3 img{
        margin-right : 10px;
    }
    #modalAcademy .title-modal button{
        position: absolute;
        left : 60px;
        color : white;
    }

    #modalAcademy .title-modal input{
        display: inline-block;
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,.2);
        padding: 8px 8px;
        margin-right: -30px;
        padding-right: 40px;
        font-size : unset;
        font-size: 14px;
    }
    .academyZoneSearch {
        width: 80%;
        display: flex;
    }
        .academyZoneSearch input {
            width: 100%;
        }
        .academyZoneSearch i {
            color: #707070 !important;
            font-size: 20px;
            cursor: pointer;
        }
        .academyZoneSearch i:hover {
            opacity: .8;
        }

.highlightAcademyBack {
    background: rgba(0,0,0,.05);
    margin: -30px -20px 20px -20px;
    padding: 30px 40px;
}
    .highlightAcademy {
        --divBankAccount-bg-color: #F6C17D;
        --divBankAccount-bg-colordarker: #FFD8A7;
        background: linear-gradient(90deg, var(--divBankAccount-bg-color), var(--divBankAccount-bg-colordarker));
        border-radius: 10px;
        padding: 10px;
        position: relative;
        /*padding-top: 40px;*/
    }
        .highlightAcademyBack:focus {
            text-decoration: none;
            outline: none;
        }
        .highlightAcademy .decoHighlight {
            position: absolute;
            top: -11px;
            right: 30px;
            width: 50px;
        }
        .highlightAcademy a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
            margin : 0 -10px;
            border-top: 1px dashed #70707078 !important;
            color : #2A2A2A;
        }
            .highlightAcademy a.linkVideo .videoTitle {
                font-size: 1em;
                color : #2A2A2A;
            }
            .highlightAcademy a > span {
                display: flex;
                align-items: center;
            }
        .highlightAcademy a:hover {
            text-decoration: none;
            color : #2A2A2A;
            filter: brightness(1.1);
            background: #F6C17D;
        }
            .highlightAcademy a i{
                width: 40px;
                font-size: 1.5em;
                flex: none;
            }
            .highlightAcademy a img.iconHighlight{
                width: 20px;
                margin-right : 10px;
            }
            .highlightAcademy a > i{
                text-align: right;
            }
        .highlightAcademy h3{
            font-weight: bold;
            display: inline-block;
            padding : 10px 0 10px 10px;
            margin : 0;
        }

    .highlightAcademyGuide {
        background: #FFC82E;
        background-image: linear-gradient(45deg, #FFC82E, #FFE169);
        border-radius: 10px;
        display: block;
        margin : 0 20px 10px 20px;
    }
        .highlightAcademyGuide:hover {
            background: rgb(255 225 95);
            text-decoration : none;
        }
        .highlightAcademyGuideBack {
            background-image: url('../../images/academy/guide-demarrage.png');
            background-repeat: no-repeat;
            background-position: left -50px center;
            border-radius: 10px;
            display: flex;
            min-height: 160px;
            padding-left : 50%;
            align-items: center;
            font-size: 14px;
        }
        .highlightAcademyGuide h5 {
            font-size: 1.5em;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3em;
            font-family: Montserrat, 'Open Sans', sans-serif;
            color : #707070;
        }
        .highlightAcademyGuide .btn {
            background: #0b96de;
            background-image: linear-gradient(  45deg , #0b96de, #40BCF5);
            border: 1px solid transparent;
            color: white;
            border-radius: 20px;
            display: inline-block;
            padding : 5px 20px;
            font-size: 1em;
        }


#content-academy {
    /*
    margin-right: -60px;
    margin-left: -60px;
    */
    display: flex;
}
.academyPage {
    width: 100%;
    overflow-x : hidden;
    padding-bottom: 50px;
}
    .containerAcademyPage {
        /*width: 500px;*/
        width: 100%;
        padding: 30px 20px;
    }
.linkPage {
    padding : 20px 0;
    border-bottom: 1px dashed #B7B7B7;
    display: flex;
    justify-content: space-between;
}
    a.linkPage {
        color: #707070;
    }
    .linkPage:hover {
        cursor: pointer;
        background: #2D95F820;
        text-decoration: none;
        color: unset;
    }
    .linkPage > * {
        display: flex;
        align-items: center;
    }
    .iconAcademy {
        display: inline-block;
        width: 60px;
        text-align: center;
    }
    .textLinkAcademy {
        flex: calc(100% - 60px);
    }
        .linkPageGuide .iconAcademy {
            width: 160px;
        }
        .linkPageGuide .iconAcademy img {
            max-width: 80%;
            max-height: 100px;
        }
        .linkPageGuide .textLinkAcademy {
            flex: calc(100% - 160px);
        }

    .linkPage i {
        font-size: 22px;
        margin : 10px;
    }
    .linkPage h4 {
        font-weight: 700;
        font-size: 20px;
    }

.linkVideo {
    padding : 20px 0;
    border-bottom: 1px dashed #B7B7B7;
    display: flex;
    align-items: center;
    gap: 20px;
}
    .linkVideo:hover {
        cursor: pointer;
        background: #2D95F820;
        text-decoration: none;
    }
    .containerAcademyPage .linkVideo .videoThumb {
        width: 200px;
        flex : 200px;
    }
    .containerAcademyPage .linkVideo .videoTitle {
        width: calc( 100% - 220px );
    }
    /*.linkVideo .videoThumb {
        display: flex;
        align-items: center;
        width: 200px;
        position: relative;
        justify-content: center;
    }
        .linkVideo .videoThumb .iconPlay{
            position: absolute;
            height: 30%;
            color : red;
        }
        .linkVideo .videoThumb .imgPreview{
            width: 200px;
        }

        .linkVideo .videoThumb .duration{
            position: absolute;
            bottom : 5px;
            right : 5px;
            padding : 3px;
            background : black;
            color : white;
        }*/

        .linkVideo .videoTitle{
            color : #707070;
            font-size: 1.2em;
        }
        .pageVideo .pagination {
            display: flex;
            justify-content: center;
            gap : 5px;
            font-size: 2.2em;
            align-items: center;
        }
        .pageVideo .pagination a{
            display: inline-block;
            text-align: center;
            border-radius: 5px;
        }
            .pageVideo .pagination a:hover{
                text-decoration: none;
            }
        .pageVideo .pagination a:not(.inactive):hover {
            background: #CAE8FF;
        }
        .pageVideo .pagination .inactive {
            cursor: unset;
            opacity: .2;
        }
        .pageVideo .pagination > * {
            display: inline-block;
            width: 10%;
            text-align: center;
        }
        .pageVideo .pagination .nbrPagination {
            font-size: 18px;
        }
        .pageVideo .pagination .nbrPagination.active {
            border-radius: 5px;
            background: #CAE8FF;
        }


#content-search .containerAcademyPage > h4{
    color : #707070;
    border-bottom: 1px solid #dadada;
    font-size: 1.6em;
    font-weight: 700;
    margin : 60px -20px 10px -20px;
    padding : 5px 20px;
}
    #content-search .containerAcademyPage > h4:first-child{
        margin-top : 20px;
    }



.academyPageBar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
    .academyPageBar h3 {
        display: inline;
        font-size: 30px;
        font-weight: 700;
        margin : 0;
    }
    .btnBackAcademy {
        color : #3C64AD;
        border-radius: 5px;
        border: 1px dashed #3C64AD;
        font-size: 20px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        height: 40px;
        width: 40px;
        flex: none;
    }
    .btnBackAcademy:hover {
        cursor: pointer;
        background: #2D95F820;
    }

    .categorieTuto {
        padding : 15px 10px;
        display: flex;
        align-items: center;
    }
    .imgTuto > svg {
        width: 30px;
        /*color : red;*/
        stroke: #818a97;
        margin-right: 10px;
    }
    .imgTuto > i {
        font-size: 25px;
        color: #818a97;
        margin-right: 10px;
    }
    .linkOneTuto {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding : 10px 0px 10px 50px;
    }
        .linkOneTuto:hover {
            cursor: pointer;
            background: #2D95F820;
            text-decoration: none;
            color: unset;
        }
        .linkOneTuto i{
            width: 30px;
            font-size: 20px;
            color: #707070;
            flex : none;
            text-align: right;
        }
        .tutoOneContent img {
            max-width: 100% !important;
            border: 1px solid lightskyblue;
            display: block;
            margin: 10px auto;
            height: unset;
        }
        .tutoOneContent img:hover {
            box-shadow: 5px 5px 10px rgba(0,0,0,.1);
        }
        .tutoOneContent p.no-margin {
            margin-bottom: 0;
            min-height: 1.53em;
        }





/*
-------------------------------------
Accompagnement personnalisé
-------------------------------------
*/

#content-accompagnement.academyPage {
    padding-bottom: 0;
}

.backgroundAccompagnement {
    background-color: #F4FAFF;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.titleAccompagnement h2 {
    color: #248AEB !important;
    font-weight: bold;
    margin-top: 0;
}

.titleAccompagnement {
    font-size: 18px;
    font-weight: 600;
    padding-left: 100px;
}

.textAccompagnement {
    font-size: 15px;
}

.contentAccompagnement {
    margin: 80px 24px 0 24px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

#integrateurs.contentAccompagnement{
    border-bottom: 1px dashed #707070;
    padding-bottom: 32px;
}

.backgroundAccompagnement img {
    position: absolute;
    top: -64px;
    left: -32px;
}

/*
-------------------------------------
Compta academy
-------------------------------------
*/
.modalAccountantAcademy .linkPage {
    min-height: 120px;
    text-decoration: none !important;
}
    .modalAccountantAcademy .linkPage h4 {
        font-family: unset;
        font-weight: 700 !important;
        font-size: 20px !important;
    }
    .modalAccountantAcademy .highlightAcademyGuideBack {
        background-position: left -90px center;
        font-family: unset;
    }
    .modalAccountantAcademy .highlightAcademyGuideBack {
        padding-left: 30%;
        padding-right: 10px;
    }

@media only screen and (max-width: 768px) {
    .bubbleAcademy {
        right : 0;
        border-radius: 25px 0 0 25px;
    }


    #modalAcademy .title-modal-academy {
        padding: 20px 0;
        /*margin : -30px -30px 30px -30px;*/
    }
    #modalAcademy .zoneTitle {
        margin-bottom : 20px;
    }
        #modalAcademy .zoneTitle button {
            position: fixed;
            top: 25px;
            left: 5px;
            opacity: 1;
            font-size: 30px;
        }
    #content-academy {
        /*margin: 0 -30px;*/
    }
    .containerAcademyPage{
        width: 100%;
    }

    .highlightAcademyBack {
        padding: 20px;
    }
        .modalAccountantAcademy .highlightAcademyGuideBack {
            background-size: 70%;
            background-position: left -50px center;
        }
        .modalAccountantAcademy .highlightAcademyGuideBack h5 {
            font-size: 14px;
        }
    .linkPageGuide .iconAcademy {
        width: 90px;
    }
    .linkPageGuide .iconAcademy img {
        max-height: 50px;
    }

    #zoneCluustar {
        right: 10px !important;
        top : 20px;
        height: unset;
        width: calc(100% - 20px);
        margin-right: 0px;
        bottom : 10px;
        padding-top : 20px;
        box-shadow: 0 0 100px 100px rgba(0,0,0,.5);
        background : rgb(93, 176, 255);
    }
    #zoneCluustar > iframe {
        background: white;
    }
    .zoneCloseClustaar {
        bottom : unset;
        top : -15px;
        right : 20px;
    }

    .gotoAcademyBlock {
        margin : 0 -10px;
    }
    .gotoAcademyVideo {
        background-position: right -70px bottom 0;
    }
    .gotoAcademyTuto {
        background-position: left -70px bottom 0;
    }

    .highlightAcademyGuideBack {
        background-size: auto 70%;
        padding-left : 40%;
    }

    #fullVideo .fullVideoContent,
    #fullImage .fullImageContent{
        padding : 10px !important;
    }


}