
@import url('//cdn.wesendmedia.com/font/Raleway/font-face.css');


.display-none {
    display: none;
}

.navbar-brand {
    margin-left: 8px;
}

.navbar-brand-text {
    font-family: Raleway;
    color: #303030;
    font-weight: lighter;
    margin-left: 0.25rem;
    font-size: 1.5rem;
}
.ImgLoginLogo {
    margin: auto;
    width: 128px;
    height: 128px;
}

.ImgLoginLogo img {
    width: 128px;
    height: 128px;
}

.loginform h2 {
    font-family: Raleway;
    color: #303030;
    font-weight: lighter;
    font-size: 2.5rem;
    text-align: center;
}

#ContainerRegister h2 {
    font-family: Raleway;
    color: #303030;
    font-weight: lighter;
    font-size: 2.5rem;;
    text-align: center;
}        

#ProgressPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 1999;
}

#ProgressPanel { 
    text-align: center; 
    position: absolute;
    top: 50%; left: 50%; 
    transform: translate(-5%, -50%);
    width: 70%;
}

#ProgressPanel .progress {    
    height: 60px;
    width: 70%;
}


#MediaSelectorPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 1990;
}

#MediaSelectorPanel { 
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    height: 80%;width: 80%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow-x: scroll;
}



#DocumentPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 1990;
}

#DocumentPanel { 
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    height: 80%;width: 80%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid gray;
}

#DocumentPanel iframe {
    width: 100%;
    height: 100%;
    border: none;
}


code {
    color:#303030;
}


table.display tbody tr:hover {
    background-color: rgba(32,168,216,.25) !important;
}

#ColorFrame {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    background-clip: padding-box;
    margin:.1rem -.1rem;
}

.option img{
    width: 95%;
    margin: auto;
    border: 2px solid gray;
    border-radius: 5px;
}

.selected img{
    border: 4px solid steelblue;
}

.text-small { font-size: 0.7rem;}


.hidden-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}




.ItMedia:hover {    
    border: 3px solid steelblue;
}

.ItMedia .ItMediaDelete {
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
}

.ItMedia:hover .ItMediaDelete {
    display: block;
}




.ItBloc {
    width: 95%;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}

.ItBloc img{
    width: 95%;
    margin: auto;
    border: 1px solid gray;
    border-radius: 5px;
}

.ItBloc:hover {    
    border: 3px solid steelblue;
}

.ItBlocAdd {
    display: none;
    position: absolute; right: 15px; top: 0px;
    background-color: steelblue; color: white;
    min-width: 30px; width: 5%; height: 100%;
    font-size: 2rem; text-align: center;
}

.ItBlocAdd i { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.ItBloc:hover .ItBlocAdd {
    display: block;
}






.VueBloc {
    width: 100%;
    margin: 0px;
    /*padding: 5px 5px 5px 5px;*/
}

.VueBloc img{
    width: 95%;
    margin: auto;
    border: 1px solid gray;
    border-radius: 5px;
}

.VueBloc:hover {    
    border: 2px solid steelblue;
}

.VueBloc .VueBlocContenu {
    width: 90%;
    max-width: 600px;
    margin: 0px auto; 
    padding: 0;
}

.VueBlocBase {
    padding: 10px;
}
.VueBloc:hover .VueBlocContenu {
    margin: 36px auto 4px auto;
}

.VueBlocContenu {
    width: 500px; margin: auto;    
}

.VueBlocButton {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: steelblue;
    color: white;
    height: 36px;
    font-size: 2rem;
    text-align: right;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding-right: 1px;
}
.VueBlocButton .btn-group {
    margin: 3px;
    transform: translate(0px, -11px);
}

.VueBloc:hover .VueBlocButton {
    display: block;
}

.blocDroite {
    margin: 1rem 5%;
    padding: 1rem 5%;
    border-left: 1px gray solid;
}

/*Contenu des tooltips */
.tooltip {
    margin: 0.5rem;
}

.tooltip-inner {
    background-color: #ced4da;
    color: black;
    padding: 0.5rem;
    text-align: left;        
    border: 1px solid black;  
}


.swal-left {
    text-align: left;
}


/************************************/

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    padding: 0 1rem;
    /*font-family: var(--body-font);
    font-size: var(--normal-font-size);*/
    font-family: "Montserrat";
    transition: .5s;
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: 2rem;
    background-color: var(--white-color);
}

.login {
    margin:0;
}

a {
    text-decoration: none;
    color: #ddd;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s;
    padding: 0 2rem 0 2rem;
}

.header_toggle {
    color: #73818f;
    font-size: 1.5rem;
    cursor: pointer;
}

.header_img {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    left: 0;    
    width: 0;
    top: 90px;
    height: 100vh;
    background-color: #403f42;
    /*padding: 1rem 1rem 0 0;*/
    transition: .5s;
    z-index: var(--z-fixed);
    border-radius: 0 20px 20px 0;
}

.navi {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem;        
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: #DDD;  
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    font-weight: 900;
    text-decoration: underline;
}





.nav_icon {
    font-size: 1.25rem
}

.navi-show {
    left: 0;
    width: 240px;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 188px)
}

.navi.active {
    color: var(--white-color)
}
.navi hr {
    border-color: lightgray;
}

/*.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}*/

.height-100 {
    height: 100vh;
    margin-top: 120px;
}

.header table {
    width: 100%;
}

.header-td-menu {
    width: 20%;
}

.header-td-logo {
    width: 20%;
}

.header-td-text {
    width: 60%;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    font-family: Raleway;
}



footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #efffe8;
    padding: 0.2rem 2rem;
    font-size: 0.6rem;
}

footer a{
    color: #101010;
    text-decoration: none;
}

footer a:hover {
    color: #000;
    text-decoration: underline;
}

.zt {
    padding: 3rem;
}

.zt h3 {
    padding-top: 2rem;
    text-align: center;
}

 .zt a {
    color: #0045ad;    
    text-decoration: none;
}

.zt a:hover {
    color: #0045ad;
    text-decoration: underline;
}

.zt img {
    border-radius: 1rem;
    box-shadow: 1rem 1rem 1rem 0.1rem #c0c0c0;

}


.IdDocument {
    text-align: center;
    font-family: monospace;
    font-size: 1.3rem;
    color: darkslategray;
}

.card-body hr {
    border-color: #888;
    margin: 2rem 2rem 3rem 2rem;
}
.pied {
    margin-top: 2rem;
}


.VignetteDocument .card-header {
    font-size: 0.7rem;
}


.VignetteDocument:hover {
    box-shadow: 0rem 0rem 2rem #c0c0c0;
}

.VignetteDocument img {    
    min-width: 100%;
    border-radius: 0;
    box-shadow: none;
}


.card-header .SBookTitre {
    font-size: 2rem;
}

.card-header .SBookSousTitre {
    font-size: 1.2rem;
    font-style: italic;
    color: darkgray;
}

.card-header .SBookAuteurs {
    font-size: 1.2rem;
}

.carousel {
    /*background: gray;*/
    padding: 1rem;
}

.carousel-inner img {
    border-radius: 0;
    box-shadow: none;
    max-width: 75%;    
    margin:auto;
}

#ModalVisuImg .modal-dialog {
    max-width: 97%;
    margin:auto;
}

#ModalVisuImg img {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;      
    width: 100%;
    margin:auto;
}

.VisuImgModal:hover {
    cursor: pointer;
}


#modalCommande #TxTitre {
    font-size: 1.5rem;
}

#modalCommande #TxSousTitre {
    font-size: 1.1rem;
    font-style: italic;
    color: gray;
}

#modalCommande #TxDescription {
    font-size: 0.8rem;
    margin-top: 1.2rem;
}
#modalCommande hr {
    height: 2px;
    border-color: black;
}

@media (max-width: 767.98px) {
    .zt {
        padding: 2rem 0;
    }
    
    .zt img.img-fluid {
        max-width: 85%;
    }

}