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

body {
    font-family: "Montserrat";
}

.display-none {
    display: none;
}

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

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

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


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

#ContainerRegister h2 {
    font-family: Raleway;
    color: #303030;
    font-weight: lighter;
    font-size: 3rem;;
    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;
}
