/* Commentaire */
.card-comment {
    padding: 1rem;
}
.card-comment .fa-quote-left, .card-comment .fa-quote-right {
    position: absolute;
    z-index: -1;
    font-size: 3rem;
    color: #eee;
}
.card-comment .fa-quote-left {
    top: 10px;
    left: 10px;
}
.card-comment .fa-quote-right {
    bottom: 10px;
    right: 10px;
}
/* Commentaires */
.comment-item {
    border-radius: 0.5rem;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
}
.comment-item.hide {
    display: none;
}
.comment-item-name {
    font-weight: bold;
    color: #066093;
}
.comment-item-time {
    font-size: 0.8rem;
}
.comment-item-text {
    padding-top: 0.6rem;
    margin-top: 0.6rem;
    border-top: 1px dotted #ccc;
}
.comment-item-preview {
    cursor: pointer;
}
.comment-item-preview b {
    color: #066093;
}
.comment-item-qr {
    background-color: #360940;
    background-image: linear-gradient(to top, #360940 0%, #590F6A 100%);
    color: #fff;
    padding: 0.2rem 0.6rem;
    display: inline-block;
    border-radius: 0.4rem;
}
.comment-item-qr:hover {
    color: #fff;
    text-decoration: none;
}

/*
COMMUN

 */

.loading-page  {
    animation-duration: .8s;
    animation-name: loading-page;
    animation-iteration-count: infinite;
    transition: none;
}
@keyframes loading-page {
    0%   { opacity:1; }
    40%   {opacity:0; }
    100% { opacity:1; }
}

#form_row_email .form-control {
    padding: 0.375rem 1.75rem;
}

#form_row_password .form-control {
    padding: 0.375rem 1.75rem;
}

#form_row_email .fa-envelope {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2rem;
    line-height: 2.000rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#form_row_password .fa-lock {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2rem;
    line-height: 2.000rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.card > .content {
    margin: 12px;
}

p {
    line-height: initial;
}

.col-md-12 {
    margin: 0px;
}

.page-content {
    padding-bottom: 0px !important;
}

body {
    background-color: #FFF;
    line-height: normal !important;
}

.bigcontent {
    max-width: 1140px;
    overflow-x: hidden;
    margin: auto
}



/*
MODAL CONNEXION
 */

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #FFF;
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}

.modal-header {
    color: #fff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 25%);
    background: #066093 -webkit-linear-gradient(#066093 26%, #2e87b9 100%);
    background: #066093 -o-linear-gradient(#066093 26%, #2e87b9 100%);
    background: #066093 linear-gradient(#066093 26%, #2e87b9 100%);
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal {
    z-index: 999999999;
}

/*
HEADER
 */

.header {
    border-bottom: 0px !important;
    box-shadow: none;
}

.my-header {
    background: rgb(16,114,173);
    background: linear-gradient(0deg, rgba(16,114,173,1) 0%, rgba(0,89,142,1) 100%);
    height:50px;
    position: absolute;
    top:0;
    box-shadow:0px 2px 4px rgb(0 0 0 / 30%);
    width:100%;
    z-index: 5;

}

.header-tb-logo {
    position: absolute;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    z-index: 300;
    cursor: pointer;
    margin-top: 6px;
}

.my-logoimg {
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    margin-top: 0px;
}

.subHeader {
    background-color: #ffe0ad;padding:0 12px;height:34px;line-height: 34px;
    position: absolute;
    top:50px;
    width:100%;
    z-index: 4;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%)
}

.subHeader-txt-hello {
    color:#8c5f15;font-size: 15px;margin-left:3px;
}

.subHeader-links {
    font-weight:bold;float:right;color:#097cc4;font-size: 15px;margin-right:3px;
}


.topbar {
    z-index:999;background-color: #0a69a1 !important;
}

.topbar-icon-notconnected {
    opacity:0.4;color:#ffe0ad;font-size: 2em;margin-top:32px;margin-left:24px;
}

.topbar-icon-connected {
    color:#ffe0ad;font-size: 2em;margin-top:32px;margin-left:24px;
}

.topbar-img {
    margin-right:0px;margin-top:0px;float:left;width:302px;height:60px;
}

/*
HOME
 */

.megaban-img-desktop {
    width:100%;max-height:260px; border-radius: 6px;
}

.megaban-img-mobile {
    width:100%;
}

.txt-intro1 {
    text-align: justify;color:#1587cb;font-size: 15px;margin-bottom: 10px
}

.txt-intro2 {
    text-align: justify;font-size: 15px;margin-bottom: 10px;color:#000
}

.txt-intro3 {
    text-align: justify;font-size: 15px;margin-bottom: 20px;color:#000
}

/*
SELECTION
 */

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.01s;
    transition-duration: 0.01s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.selection-btn {
    font-size:16px; line-height: 32px; padding:0 3px;margin:0;height:32px
}

.selection-nom-livre {
    color:#FFF; text-shadow: 1px 1px #06669b;font-size: 16px;font-weight: normal
}

.selection-card-body {
    border: 1px solid #EFEFEF;background-color: #FFF;padding:0px;border-radius: 0 0 6px 6px;
}

.selection-card-row {
    margin: 0 0 5px 0;gap:10px 12px;
}

.selection-card-col12 {
    padding:10px;background-color: #FAFAFA;margin-bottom: 5px
}

.selection-description-p {
    text-align: justify;line-height: normal;
}

.selitem-col6 {
    max-width:calc(50% - 6px) !important;margin:0px;padding:0px;padding-left:3px;padding-right:6px
}

.selitemE-div {
    cursor:pointer; opacity:1;background-color: #e9f7ff;border-radius:5px; color:#035f96;padding:0 3px;height:26px;line-height:26px;
}

.selitemE-span {
    color:#64aed8;font-weight: normal;font-size:12px
}

.selitemD-div {
    opacity:1;padding:0 3px;height:26px;line-height:26px;color:#808080
}

.selitemD-span {
    font-weight: normal;font-size:12px
}

.selitemM-div {
    cursor:pointer;opacity:1;padding:0 3px;height:26px;line-height:26px;border-radius:5px;background-color: #e9ffe9;color:#3bb11b
}

.selitemM-span {
    font-weight: normal;font-size:12px
}

.selitemMM-div {
    opacity:1;border-radius:5px;padding:0 3px;height:26px;line-height:26px;background-color: #e9ffe9;color:#3bb11b
}

.selitemMM-span {
    font-size:12px;font-weight: bold
}

.selitem-icon {
    margin-right:5px;
}


/*
LISTING
 */


/*
FICHE
 */
