﻿#password-toggle {
    position: relative;
    cursor: pointer;
}

    #password-toggle i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        cursor: pointer;
    }
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 100%;
    max-width: 414px;
    padding: 15px;
    margin: 0 auto;
}
/*et l'iPad */
@media only screen and (min-device-width: 768px){
    .form-signin {
        max-width: 768px;
    }
    .couv img {

        height: 310px!important;
    }

    .checkbox {
        text-align: right!important;
        width:404px;
        display:inline-block;
    }
    div.fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
      
    }
    .btndownload {

        /*min-width: 85%!important;*/

        padding:0.5em;
    }
    .imgContainer {
        height: 270px!important;
        overflow: hidden;
    }
 

    .flex-row .livre:nth-child(3) {
        display: inline-block!important;
    }

    .store .StickerLib {
        max-width: 220px;
        min-width: 200px;
    }
}


/* Styles pour les tablettes comme l'iPad */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .imgContainer2 {
        height: 260px !important;
        overflow: hidden;
    }
	
    #wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 700px;
		padding:0 10px;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

}
/* Styles pour les smartphones */
@media only screen and (max-width: 600px) {
    .imgContainer2 {
        height: 170px !important;
        overflow: hidden;
    }
	.StickerLib  p {
  font-size:0.8em!important;
}
	
    #wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 400px;
		padding:0 10px;
    }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
 	.store .StickerLib {
    max-width: 49%;
    /*min-width:170px;*/

}

    #wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 400px;
		padding:0 10px;
    }

}

/*fin l'iPad */

@media only screen and (max-device-width: 320px) {
    .store .StickerLib{min-width:100%;}
	
    #wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 400px;
		padding:0 10px;
    }

}
    #wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 550px;
		padding:0 10px;
    }
    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid var(--font-color);
        max-width: 414px;
        margin: auto;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid var(--font-color);
        max-width: 414px;
        margin: auto;
    }


    a {
        color: var(--green-dark);
        text-decoration: underline;
        font-weight: 600;
    }

    #footer {
        /*position: fixed;
    width: 100%;
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;*/
    }

    .hidden {
        display: none;
    }

    .position-cgs {
        float: left;
    }

    .Blockcgs {
        float: left;
        width: 80%;
    }

    .checkbox {
        text-align: left;
    }

    .imgContainer, .imgContainer2 {
        height: 260px;
        overflow: hidden;
    }
    /*************************************/
    /**             preloader             **/
    /************************************/
    .preloader {
        background-color: #f7f7f7;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        margin: 0 auto
    }

        .preloader .preloader-circle {
            width: 100px;
            height: 100px;
            position: relative;
            border-style: solid;
            border-width: 1px;
            border-top-color: #008172;
            border-bottom-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
            z-index: 10;
            border-radius: 50%;
            -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
            box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
            background-color: #fff;
            -webkit-animation: zoom 2000ms infinite ease;
            /* animation:zoom 2000ms infinite ease; */
            /* -webkit-transition:.6s; */
            -o-transition: .6s;
            /* transition:.6s; */
        }

        .preloader .preloader-img {
            position: absolute;
            top: 50%;
            z-index: 200;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-top: 6px;
            -webkit-transition: .6s;
            -o-transition: .6s;
            transition: .6s
        }

            .preloader .preloader-img img {
                max-width: 55px
            }

        .preloader .pere-text strong {
            font-weight: 800;
            color: #008172;
            text-transform: uppercase
        }

    @keyframes zoom {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .6s;
            -o-transition: .6s;
            transition: .6s
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: .6s;
            -o-transition: .6s;
            transition: .6s
        }
    }



    /*************************************/
    /**             Title             **/
    /************************************/
    .ColorTitle {
        color: var(--green-color);
    }

    .colorSecondTitle {
        color: var(--green-dark);
    }
    /* === HEADING STYLE store === */
    .titlestore h2 {
        font-size: 1.3em;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-bottom: 15px;
        position: relative;
    }

        .titlestore h2:before {
 
        }

        .titlestore h2:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 2px;
            height: 1px;
            width: 95%;
            max-width: 80%;
            background-color: #333;
        }

    .baseline {
        font-weight: 600;
    }

    .nbrtitle {
        color: var(--green-dark);
        font-weight: 600;
    }


    .lh-2 {
        line-height: 2em;
    }

    [id^="reponse"] b {
        font-size: 18px;
    }
    /*************************************/
    /**             button             **/
    /************************************/

    .btn {
        text-decoration: none;
    }

    .btn-app {
        background-color: var(--green-color);
        color: var(--color-white);
        font-weight: 500;
        border: 0;
        display: inline-block;
        padding: 15px 47px;
        line-height: 16px;
        font-size: 16px;
        border-radius: 25px;
        max-width: 414px;
    }

        .btn-app:focus {
            outline: 2px solid #096e63;
        }

    .disabled-button {
        opacity: 0.5;
        cursor: not-allowed;
    }


    .btn-toggle {
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
            outline: none;
        }


        .btn-toggle > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.active {
            transition: background-color .25s;
        }

            .btn-toggle.active > .handle {
                left: 1.6875rem;
                transition: left .25s;
            }

            .btn-toggle.active:before {
                opacity: .5;
            }

            .btn-toggle.active:after {
                opacity: 1;
            }

        .btn-toggle.active {
            background-color: var(--green-light);
        }

    .actioncolor {
        color: var(--green-color);
        border: none;
        background-color: transparent;
        font-weight: 600;
        text-decoration: underline;
    }


.btndownload {
    border: 1px solid #333;
    background-color: transparent;
    font-size: 0.9em;
    height: 40px;
    width:100%;
}

    button.btndownload {
        color: #111;
    }

    .btnIcon {
        border: none;
        background-color: transparent;
    }


    .btn-app-inverse {
        background-color: transparent;
        color: var(--green-color);
        font-weight: 500;
        border: 1px solid var(--green-color);
        display: inline-block;
        padding: 15px 47px;
        line-height: 16px;
        font-size: 16px;
        border-radius: 25px;
    }

        .btn-app-inverse:focus {
            outline: 2px solid #096e63;
        }

    .btn-app-inverse-small {
        background-color: transparent;
        color: var(--green-color);
        font-weight: 500;
        border: 1px solid var(--green-color);
        display: inline-block;
        line-height: 15px;
        border-radius: 15px;
    }

    .btnclose {
        position: absolute;
        top: 5px;
        right: 5px
    }

    .btnreturn {
        position: absolute;
        top: 0px;
        left: 0px
    }
    /**************************************/
    /** verification code                */
    /************************************/
    .verification-field {
        flex-direction: row;
        column-gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .verification-field input {
            height: 48px;
            width: 48px;
            border-radius: 6px;
            outline: none;
            /*font-size: 1.125rem;*/
            text-align: center;
            border: 1px solid var(--font-color);
           
        }

            .verification-field input:focus {
                box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
            }


    /************************************************/
    /**                   button  librairies      **/
    /**********************************************/

    /*pavé librairie*/
    .StickerLib {
        display: block;
        text-align: center;
    }

.store .StickerLib {
    width: 49%;
    /*min-width:170px;*/
margin:1%;
overflow:hidden;
}


    button.StickerLib:active {
        -webkit-box-shadow: inset 1px 1px 10px #333;
        -moz-box-shadow: inset 1px 1px 10px #333;
        box-shadow: inset 1px 1px 10px #333;
    }

    a.StickerLib:active {
        -webkit-box-shadow: inset 1px 1px 10px #333;
        -moz-box-shadow: inset 1px 1px 10px #333;
        box-shadow: inset 1px 1px 10px #333;
    }

button.StickerLib {
    text-decoration: none;
    border: 5px solid rgba(0,0,0,0.1);
    /*border: none;*/
    color: var(--font-color);
}




    .StickerLib img {
        padding: 10px;
		height:95px;
    }

.shadow {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.25) !important;
    box-shadow: -7px 8px 0px 0px rgba(0,0,0,0.1);
    box-shadow: -5px 8px 0px 1px rgba(0,0,0,0.1);*/
}

    .rounded {
        border-radius: 0.25rem !important;
    }

    /*scrollbar*/
    #wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: var(--silver-light);
    }

    #wrapper::-webkit-scrollbar {
        width: 1px;
        background-color: #F5F5F5;
    }

    #wrapper::-webkit-scrollbar-thumb {
        background-color: #6b7381;
    }

    /*icon connexion*/
    .blockconnected {
        color: var(--green-color);
        height: 20px;
        font-weight: bold;
    }


    .icon-circle-connected {
        width: 10px;
        height: 10px;
        margin-left: 8px;
        display: inline-block;
        background-color: #75c624;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #87dd3b;
    }
    







    .couv img {
        object-fit: cover;
        width: auto;
        height: 150px;
    }

    div.fill {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
    }

        div.fill img {
            flex-shrink: 0;
            /*min-width: 100%;*/
            min-height: 100%;
            /*max-width: 100px;*/
        }

    .errorstore {
        height: 15vh;
        background-color: var(--silver-light);
    }

    .bg-Green {
        background-color: var(--silver-light);
    }



    /************** progress bar *************/

    .list-progress {
        -webkit-appearance: none;
        appearance: none;
        display: block;
        margin: 0 auto 2rem auto;
        width: 12.5rem;
        height: 0.125rem;
        border: 0;
    }

    progress {
        vertical-align: baseline;
    }

    .catalog-product-list-total-count {
        margin-bottom: 0.875rem;
        font-size: .75rem;
        text-align: center;
    }
    

    /*************************************/
    /**             color             **/
    /************************************/
    :root {
        --green-color: #00636C;
        --green-dark: #004d55;
        --green-light: #589399;
        --gray-color: #efefef;
        --silver-light: #F5F5F5;
        --color-white: #fff; /* white*/
        --font-color: #00284b; /*gris anthracite*/
        /**/
        --bg-color-cream: #F6F7FB;
    }

    [data-theme="dark"] {
        --green-color: #008172;
        --color-white: #fff; /* white*/
        --font-color: #424242; /*gris anthracite*/
        /**/
        --bg-color-cream: #F6F7FB;
    }
