﻿:root {
    --apgis: #f57c00;
    --primary: #f57c00;
    --secondary: #224562;
    --tertiary: #224562;
    --quaternary: #224562;
    --quinary: #224562;
    --darkBlue: #224562;
    --primaryToSecondary: var(--primary);
    --imageSite: url(../../image/202304_Logo_Apgis-HD.png);
    --imageChatBot: url(./image/BBAChatBot_sansAP.png);
}

.Dynalis {

    --primary: #773e91; /*NewDynalisColor*/
    --secondary: #773e91;/*NEW*/
    --tertiary: #adc000;
    --quaternary: #adc000;
    --quinary: #adc000;
    --primaryToSecondary: var(--secondary);
    --imageSite: url(../../image/20231215_Logo_Dynalis.png);
    --imageChatBot: url(./image/BBAChatBotDyn_sansAP.png);
}

/*html {
    font-size: calc(11.2px + 0.25vw) !important;
}
*/

body {
    --navbar: var(--darkBlue);
    --select: var(--primaryToSecondary);
    font-family: Roboto,sans-serif !important;
}

body#BodyMasterPage > div.bodyGrid {
    display: grid;
    grid-template-rows: 1fr auto;
    row-gap: 1rem;
    min-height: 100vh;
    
}

body#body > div:first-child {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem
}

a:focus{
    outline : 0 !important
}

.nav-link {
    border: 4px solid transparent;
}

.nav-link:hover {
    /*color: var(--navbar) !important;*/
    /*font-weight: 900 !important;*/
    border-bottom-color: var(--navbar) !important;
    border-bottom: 4px solid;
}

.nav-link_MatserPage:hover {
    /*color: var(--navbar) !important;*/
    /*font-weight: 900 !important;*/
    border-bottom-color: var(--primary) !important;
    border-bottom: 4px solid;
}

.newCardHeader {
    margin: 0.25rem;
    font-size: 1.2rem;
    color: #224562;
    font-weight: 900;
    border-bottom-style: solid;
    border-bottom-color: var(--primaryToSecondary);
    padding: 1rem;
}

.main-wrapper {
    min-height: 604px;
}

.close {
    opacity: 1 !important;
}

.modal-title {
    margin: 0;
    padding: .3rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
}

.modal-header {
    background-color: var(--primary);
}

.close span {
    color: #FFF !important;
}

.response {
    margin-top: 10px !important;
    margin-left: 25px;
    margin-right: 25px;
}

    .response p {
        margin-top: 0px !important;
        text-align: justify;
    }


.dxeMemoEditAreaSys {
    border-width: thin !important;
}

#MmoQuestion.dxeMemo {
    border: grey !important;
}

#MmoQuestion_I {
    position: absolute;
    margin-top: -82px;
}

@media (min-width: 992px) {
    .buttondiv {
        display: none;
    }
}

@media (max-width: 992px) {
    .NameAssure {
        display: none;
    }
}

@media (max-width: 992px) {
    .cardblock {
        display: none;
    }
}

@media (max-width: 992px) {
    .buttondiv {
        display: flex;
    }
}

@media (max-width: 370px) {
    .IconeText {
        display: none;
    }
}

.buttondiv {
    margin-left: auto !important;
}


.lexique h6 {
    font-weight: bold !important;
}

.liensUtiles h6 {
    font-weight: bold !important;
}

.CGUUnderline {
    text-decoration: underline;
}

.spanWarning {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    color: RED !important;
}

.bold {
    font-weight: bold;
}

.ModalOverFlow {
    overflow-x: auto;
}

.Superposition {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    font-size: x-small;
}

.ResponsiveBtn {
    text-align: center;
    font-size: x-small;
}

.flexIconeSpan {
    display: flex !important;
    flex-direction: column;
    padding: 5px !important;
}

witch label input[type=checkbox]:checked + .lever {
    background-color: #224562 !important;
}

.Editmonprofil:hover {
    text-decoration: underline;
}

.medeconnecter:hover {
    text-decoration: underline !important;
}

footer.page-footer ul li a {
    font-size: 13px !important;
    /*font-size: 0.8125rem !important;*/
}

.Adressefooter {
    font-size: 13px !important;
    /*font-size: 0.8125rem !important;*/
}

.ModalOverFlow h6 {
    font-weight: bolder;
}


@media (max-width: 992px) {

    .navbar-expand-lg .blocNavMobile {
        display: none !important;
    }
}


@media (min-width: 992px) {

    .navbar-expand-lg .blocDeconnexion {
        display: none !important;
    }
}


@media (max-width: 992px) {

    .navbarDevice {
        display: none !important;
    }
}

@media (min-width: 992px) {

    .navbarMobile {
        display: none !important;
    }
}

#NavbarLink.nav-item.active {
    background-color: var(--primary);
}

#NavbarLink1.active {
    background-color: var(--primary);
}

#NavbarLink2.active {
    background-color: var(--primary);
}

#NavbarLink3.active {
    background-color: var(--primary);
}

#NavbarLink5.active {
    background-color: var(--primary);
}

#MobileNavbarLink.nav-item.active {
    background-color: var(--primary);
}

#MobileNavbarLink1.active {
    background-color: var(--primary);
}

#MobileNavbarLink2.active {
    background-color: var(--primary);
}

#MobileNavbarLink3.active {
    background-color: var(--primary);
}

#MobileNavbarLink4.active {
    background-color: var(--primary);
}

.dxp-num.dxp-current {
    background-color: var(--primary);
}

.control-label em, .SaisiRequired, .dxeRequiredMark {
    color: var(--primary);
    font-size: large;
    font-family: initial;
}

.dxpcLite.dxpc-mainDiv {
    border: 3px solid;
    border-color: var(--primary);
}

.progress-bar.progress-bar-striped.progress-bar-animated {
    background-color: var(--primary);
}

.stuck {
    position: fixed;
    top: 80%;
    left: 2%;
    max-height: 100%;
    width: 190px;
}

/*#BBABlock {
          animation: bounce ; 
          animation-delay: 60s;
          animation-duration: 1s;
          animation-iteration-count: 3;
        }*/

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/*#region EA plus large*/
@media (min-width: 1200px) {
    .container {
        width: 1500px !important;
        max-width: 100%;
    }
}
/*#endregion */

/*#region App Mobile*/
.store {
    width: 100px;
    margin: auto;
}

.QRCodeDiv {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.QRCodeImg {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.QRCodeFooter {
    background:var(--primary);
    border-radius:0.75rem;
}

@media (max-width: 478px) {
    .QRCodeFooter {
        display: none;
    }
}
/*#endregion */

/*#region CHAT BOT MESSENGER*/
#Smallchat .Messages_list {
    padding-top: 15px;
}

.chat_close_icon {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    /*font-size: 1rem;*/
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    position: fixed;
    z-index: 10;
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 20px;
    background-color: #8a57cf;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    cursor: pointer;
    display: block;
}

.chat_on_icon {
    color: #fff;
    font-size: 19px;
    /*font-size: 1.1875rem;*/
    text-align: center;
}

#Smallchat .Layout {
    pointer-events: auto;
    box-sizing: content-box !important;
    z-index: 999999999;
    position: fixed;
    bottom: 20px;
    min-width: 50px;
    max-width: 300px;
    max-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    box-shadow: 5px 0 20px 5px rgba(0,0,0,.1);
    -webkit-animation: appear .15s cubic-bezier(.25,.25,.5,1.1);
    animation: appear .15s cubic-bezier(.25,.25,.5,1.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s
}

#Smallchat .Layout-left {
    left: 20px
}

#Smallchat .Layout-open {
    overflow: hidden;
    min-width: 300px;
    max-width: 300px;
    height: 500px;
    max-height: 500px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: left .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
    transition: left .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
}

#Smallchat .Layout-expand {
    height: 500px;
    min-height: 500px;
    display: none;
}

#Smallchat .Layout-mobile {
    bottom: 10px
}

    #Smallchat .Layout-mobile.Layout-open {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px)
    }

    #Smallchat .Layout-mobile.Layout-expand {
        bottom: 0;
        height: 100%;
        min-height: 100%;
        width: 100%;
        min-width: 100%;
        border-radius: 0 !important
    }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#Smallchat .Messenger_messenger {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 300px;
    flex-direction: column;
}

#Smallchat .Messenger_header,
#Smallchat .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#Smallchat .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#Smallchat .Messenger_prompt {
    margin: 0;
    font-size: 16px;
    /*font-size: 1rem;*/
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#Smallchat .Messenger_header h4 {
    opacity: 0;
    font-size: 16px;
    /*font-size: 1rem;*/
    -webkit-animation: slidein .15s .3s;
    animation: slidein .15s .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#Smallchat .Messenger_content {
    height: 100%;
    background-color: #fff;
}

/*MSG INNER**********************/

.bot-msg {
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 3px;
    font-weight: 300;
    color: #2e2e2e;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.12);
    max-width: 70%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bot-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

/*RIGHT SLIDE ANIMATION**************************/
.right-slid {
    opacity: 0;
    font-size: 16px;
    /*font-size: 1rem;*/
    -webkit-animation: slideinRight .15s .3s;
    animation: slideinRight .15s .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slideinRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/*LEFT SLIDE ANIMATION**************************/

.left-slide {
    opacity: 0;
    font-size: 16px;
    /*font-size: 1rem;*/
    -webkit-animation: slideinLeft .25s .9s;
    animation: slideinLeft .25s .9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@-webkit-keyframes slideinLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}


/*BOUNCE IN ANIMATION**********************/

.bounceIn {
    opacity: 0;
    animation-name: bounceIn;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.1) translate3d(0,0,0);
    }

    100% {
        opacity: 1;
        transform: scale(1) translate3d(0,0,0);
    }
}

.bot-msg:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.user-msg {
    background-color: #CEE4FB;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #555;
    margin-right: 15px;
    float: right;
    box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.12);
    max-width: 70%;
    margin-top: 15px;
    display: none;
}

    .user-msg:before {
        content: "";
        position: absolute;
        right: -7px;
        top: 6px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #CEE4FB;
    }


.boot-btn {
    /*margin-top: 10px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-bubble {
    float: none;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    /* transform: translate3d(-96px, 0, 0); */
    line-height: 1.50em;
    text-align: center;
    font-size: 13px;
    /*font-size: 0.8125rem;*/
    color: #fff !important;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    /*margin: 15px 5px;*/
    margin: 5px 5px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    border-radius: 4px;
    outline: none;
    position: relative;
    background-color: var(--primary);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.user-msg.open {
    display: block;
}
/*#endregion */


/*#region Services complémentaires*/
#blocGaucheServices {
    margin-right: 50px;
}

    #blocGaucheServices img {
        /*position: relative;
            top: 50px;
            left: 21px;*/
    }

#services li:nth-child(1), #services li:nth-child(2) {
    padding-bottom: 20px;
}

.lienText {
    color: rgb(33, 37, 41);
    font-size: 16px;
    /*font-size: 1rem;*/
    font-weight: 400;
}

    .lienText:hover {
        text-decoration: none;
    }
/*#endregion*/

/*#region Table*/
.cardheaderTitle .fa-angle-right {
    float: right;
}

.cardheaderTitle a {
    font-weight: bold;
    color: #546e7a !important;
}

table.tablepadding td, table.tablepadding th {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

    table.tablepadding td:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
        text-decoration: underline;
    }

table.tablepadding th {
    color: #224562;
    font-weight: bold;
}

#ContentPlaceHolder1_UploadAffiliation_Upload {
    font-weight: bold;
    font-size: large;
}

.dxucFL-Progress {
    display: none;
}
/*#endregion*/



.fwbold {
    font-weight: bold;
}

.bw1px {
    border-width: 1px
}

.displaynone{
    display:none
}
.displaynoneimp {
    display: none !important
}
.displayblockimp {
    display: block !important
}

.mofdiv {
    width: 100%;
    height: 700px;
}

.fwbolderimp {
    font-weight: bolder !important
}

.bcb1px {
    background-color: #c8cdf3;
    border: 1px solid #36408d
}
.bcb1px2 {
    background-color: #fbe1c6;
    border: 1px solid #f57c00
}

.ptacfwb {
    text-align: center;
    font-weight: bold;
}

.mrgtop15rem {
    margin-top: 1.5rem
}

.mrgbot1rem {
    margin-bottom: 1rem
}


.lgdiv1 {
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .lgdiv1 > div:first-of-type {
        margin: auto;
    }

    .lgdiv1 > div:last-of-type {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .lgdiv1 img {
        height: auto;
        padding: 0.5rem;
        max-width: 280px;
    }

    .lgdiv1 .cardblock {
        float: right
    }

    .lgdiv1 .user > a {
        color: var(--primary) !important;
        cursor: pointer;
        font-weight: bold;
    }
    .lgdiv1 .user > span {
        color: var(--navbar) !important;
        font-weight: bold;
    }

#masterPageHeader {
    background-color: var(--navbar) !important;
    padding-top: 0px;
    padding-bottom: 0px
}

.buttondiv i {
    font-size: small
}

#navbarSupportedContent ul {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.mrgbot15remimp {
    margin-bottom: 1.5rem !important;
}

.mrgauto {
    margin: auto;
}

#imgMobileStore {
    width: 83px;
}

.fw900c {
    font-weight: 900;
    color: var(--primary);
}

.pdg0625 {
    padding-right: 0.625rem;
}

.ttuppercase {
    text-transform:uppercase
}

