.q-toolbar img {
    max-height: 50px;
}

.container-content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left : 15px;
    padding-right : 15px
}

.q-chip__content {
    text-overflow: ellipsis;
    overflow: hidden;
}

    /***MENU****/


#menu .q-tabs .fa-xs {
    font-size : 1.2em
}

#menu .menu-flex {
    display: flex;
    width: 100%
}






#menu .q-btn__content {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7)
}

#menu .q-btn-content {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

#menu .fa-user,#menu fa-cogs {
    font-size: 1.4em;
}

#drawer-left{
    z-index : 9999
}




@media(max-width : 1199px) {
 

    .q-menu{
        width : 100%
    }

    #menu .q-expansion-item__container .q-item--clickable {
        display: block
    }

    #menu .menu-flex {
        display: block;
    }

    #menu .menu-flex .row{
        display : block;
        text-align : left
    }

        #menu .menu-flex .q-btn {
          
            width: 100%;
            display: block
        }

        #menu .menu-flex .q-btn-dropdown > .row, #MenuLoginHeader .q-btn__content {
            display: flex !important;
            width: 100%;
            justify-content: left;
        }

  
}


/********** alert**************/

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }


.message {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.message-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .message-primary hr {
        border-top-color: #9fcdff;
    }

    .message-primary .alert-link {
        color: #002752;
    }

.alert-danger, .message-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.message-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .message-secondary hr {
        border-top-color: #c8cbcf;
    }

    .message-secondary .alert-link {
        color: #202326;
    }

.message-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .message-success hr {
        border-top-color: #b1dfbb;
    }

    .message-success .alert-link {
        color: #0b2e13;
    }

.message-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .message-info hr {
        border-top-color: #abdde5;
    }

    .message-info .alert-link {
        color: #062c33;
    }

.message-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .message-warning hr {
        border-top-color: #ffe8a1;
    }

    .message-warning .alert-link {
        color: #533f03;
    }

.message-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .message-danger hr {
        border-top-color: #f1b0b7;
    }

    .message-danger .alert-link {
        color: #491217;
    }

.message-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .message-light hr {
        border-top-color: #ececf6;
    }

    .message-light .alert-link {
        color: #686868;
    }

.message-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .message-dark hr {
        border-top-color: #b9bbbe;
    }

    .message-dark .alert-link {
        color: #040505;
    }


/************login****************/

.w-100 {
    width: 100% !important;
}

.btn-primary {
    align-items: center;
    white-space: normal !important;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 1.25px;
    font-size: 14px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    cursor : pointer;
}


/*************** HEADER MULTI MODULE ESSILOR*****************************/
#header-portail {
    height: 60px;
    background-color: #223344;
    display: flex;
    
}

    #header-portail a {
        padding: 5px 15px;
        display: block;
        color: #fff;
        height: 35px;
        text-decoration: none
    }

        #header-portail a:hover {
            background-color: #0086D6;
            text-decoration: none;
        }

        #header-portail a:nth-child(1) {
            border: 1px solid #2D455C;
            border-radius: 30px 0px 0px 30px;
        }

        #header-portail a:nth-child(2) {
            border: 1px solid #2D455C;
            border-radius: 0px 0px 0px 0px;
        }

        #header-portail a:nth-child(3) {
            border: 1px solid #2D455C;
            border-radius: 0 30px 30px 0;
            background-color: #2D455C;
        }

    #header-portail .inner-header {
        margin-left: 3%;
        margin-top: 12px;
        display: flex;
    }

    #header-portail .fa-arrow-left {
        margin-right: 5px;
    }

    #header-portail #logo-essi-header-portail {
        padding: 9px;
        margin-left: 5px;
    }

.change-account-menu {
    color: white;
    display: flex;
    position: absolute;
    right: 15px;
    margin-top: 17px;
}

    .change-account-menu i {
        margin-right: 5px;
        margin-top: 3px;
    }

.btn-change-account {
    font-size: 14px !important;
    border: 1px solid white !important;
    border-radius: 30px !important;
    padding: 3px 11px !important;
    margin-left: 11px;
    margin-top: -2px;
    height: 30px !important;
}

@media (max-width: 992px) {
    .change-account-menu {
        top: 43px;
    }

    #header-portail {
        flex-wrap: wrap;
        height: 101px;
    }

        #header-portail #logo-essi-header-portail {
            max-height: 60px;
        }
}

@media (max-width: 500px) {
    #header-portail .inner-header {
        padding: 3px 1px !important;
        line-height: 26px;
        color: #fff !important;
        height: 13px;
        font-size: 11px;
    }


    #header-portail .name-shop-change-account {
        font-size : 12px
    }

    #header-portail a {
        padding: 8px 15px !important;
        line-height: 13px;
    }
}



@media (max-width: 415px) {
    #header-portail .inner-header {
        margin-top: -7px;
        height : inherit
    }

    #header-portail{
        height : 140px
    }

    #header-portail .change-account-menu {
       top : 97px;
        margin-top: 0px;
        padding: 0 10px;
    }
}
@media (max-width: 400px) {
    #header-portail a {
        padding: 4px 12px !important;
    }

   
}



/**********balise H ***********/

h1 {
    font-size: 4rem;
    line-height: 3rem;
}

h2 {
    font-size: 3rem;
    line-height: 3rem;
}
h3 {
    font-size: 2rem;
    line-height: 3rem;
}

h4 {
    font-size: 1.2rem;
    line-height: 2.5rem;
}


/***********MENU V2*******************/
#menu{
    position:relative;
    z-index :1
}

#menu .btn-close-drawer .q-btn__content {
    color: white !important
}

#drawer-left .menu-menu .q-tabs__content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#drawer-right a {
    width: 100%;
    align-self: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 25px;
    color: rgba(0, 0, 0, 0.7) 
}

#drawer-right .q-item {
    width: 100%;
    align-self: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 25px;
    color: rgba(0, 0, 0, 0.7)
}

#drawer-right  .q-list .q-item {
    padding-left: 35px;
}

#drawer-left .menu-menu .q-tabs__content a, .btn-dropdown-menu {
    padding: 15px 20px;
    width: 100%;
    align-items: flex-start;
    display: flex;
}

#drawer-left .menu-menu .q-btn {
    border-radius: 0 !important;
    width: 100%;
    align-items: start;
}

#drawer-left .q-focus-helper {
    background: rgba(0, 0, 0, 0.7)
}

#drawer-left .header-drawer-left {
    padding: 45px 15px 12px 15px;
}



#drawer-left .menu-menu .q-btn__content {
    color: rgba(0, 0, 0, 0.7) 
}



#drawer-right .header-drawer-right {
    background-color: #6c7a89;
    color: white;
    padding: 45px 15px 12px 15px;
    margin-bottom: 20px
}

.title-drawer-right {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.expansion-menu .q-expansion-item__content {
    position: fixed;
    z-index: 10000;
    background: white;
}

#drawer-right .q-expansion-item {
    width: 100%
}

.expansion-menu > .q-expansion-item__container > .q-item .q-item__label {
    text-transform: uppercase
}
/*#menu .q-expansion-item__container .q-item--clickable {
    display: none
}*/

#menu .q-btn-content {
    font-weight: 400;
    color: white
}

#menu .dropdown-content .q-btn__content {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7) ;
    
}

.dropdown-content .q-hoverable:hover > .q-focus-helper {
    background: rgba(0, 0, 0, 0.7) !important;
}

.btn-dropdown-menu i {
    transition: transform .3s;
}


.dropdown-content {
    display: none;
    position: fixed;
    background-color: white;
    padding: 5px 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content .dropdown-menu-drawer-relative{
        display : flex;
        flex-direction : column
    }

    .show {
        display: block;
    }

.div-btn-dropdown  i {
    transform: rotate(180deg)
}

.div-btn-dropdown .icon-show i {
    transform: rotate(0deg)
}

.btn-close-drawer-left {
    position: fixed;
    top: 5px;
    right: -50px
}

.btn-close-drawer-right {
    position: fixed;
    top: 5px;
    left: -50px
}

.btn-close-drawer-left .q-btn__content {
    color: white !important
}


@media(max-width : 1024px) {
    #menu .q-btn-content {
        font-weight: 400;
        color: rgba(0, 0, 0, 0.7) ;
    }
    #drawer-right .q-expansion-item__content
    {
        display: flex !important;
    }

    #menu .q-expansion-item__content{
        position:relative
    }

    .expansion-menu .q-expansion-item__content {
        display: block !important
    }

    .btn-dropdown-menu i{
        visibility : hidden
    }

    .dropdown-content {
        display: block;
        position: relative;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }

   

}

@media(max-width : 580px){
    .q-drawer:has(#drawer-left) {
        width: 300px !important
    }
    .q-drawer:has(#drawer-right) {
        width: 300px !important
    }
}

.validation-summary-errors {
    position: relative;
    padding: 0.15rem;
    margin-bottom: 1rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 0.375rem;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }