html, body{
    background-color: #eee;
    height: 100%;
}

h2 {
	margin:0px;
}


.containerbg{
    background-color: #fff;
    min-height: 92%;
}
.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.margeh{
    margin-top: 10px;
}

.margeb{
    margin-bottom: 10px;
}

.form-details{
    max-width: 350px;
}

thead{
    background-color: #428bca;
    color: #fff;
}

.tab-strip{
    background-color: #f9f9f9;
}


footer{	
	border-top-style: solid; 
	border-top-width: 2px;
	border-top-color: #d8d8d8;			
}

#myModalDescriptionArticle .modal-content
{
  height:80vh;
  overflow:auto;
}

#myModalDescriptionArticle .modal-content
{
  height:90vh;
  overflow:auto;
}

#myModalDescriptionArticle .modal-dialog
{ 
	width:90%; 
}

.accordions .panel-heading active{
	background-color:red;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 0px 0; margin:0px 0px 5px 0px;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 3px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 63px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 15px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.imageGalerie:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }
    
    .imageGalerie {
        -moz-box-sizing: border-box;
        float: left;
        margin-bottom: 10px;
        padding: 10px;
    }
    
    .delete {
    	position: relative;
    	vertical-align: middle;
    	display: inline-block;
    }
    
    .delete .delete-button {
    	content: '';
    	position:absolute;
    	top:0px;
        right:0px;
    	height: 20px;
    	width: 20px;    	
		cursor:pointer;
		text-align:center;
		background-color:white;
    }

/* Style the thumbnails */
.pikachoose {margin: 0 auto;}
.pika-stage {position: relative; width: 250px; height:200px; border:0px solid black;}

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}

.pika-stage .caption {display:none; position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {display:none; padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{display:none; position: absolute;bottom: -20px;left:15px;font-size:11px;}

#pikame{display:none;}

.tableaudescription {
	border-collapse: collapse;
	width:100%;
}

.tableaudescription td {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.tableaudescription th {

}

.tableaudescription  .titreDesignation {
	padding-left:5px;
	font-weight: bold;
	min-width: 200px;
	background-color:#d9edf7;
}

.tableaudescription  .designation {
	padding-left:10px;
	width:100%;
	background-color:#d9edf7;
}

#icone_chargement {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}

/* Wizard pour les étapes */

.wizard {
    margin: 20px auto;
    background:#fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs > li.valide > a, .wizard .nav-tabs > li.valide > a:hover, .wizard .nav-tabs > li.valide > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
	cursor:pointer;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i{
    color:#555555;
}

span.round-tab-ok {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid green;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab-ok i{
    color:green;
}

span.round-tab-nok {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid red;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab-nok i{
    color:red;
}


.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #428bca;
    
}
.wizard li.active span.round-tab i{
    color: #428bca;
}

.wizard li.valide span.round-tab {
    background: #fff;
    border: 2px solid #428bca;
    
}
.wizard li.valide span.round-tab i{
    color: #428bca;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;			
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #428bca;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #428bca;
}


.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* Chat messagerie */
.text{
    width:75%;display:flex;flex-direction:column; width:100%;
}
.text > p:last-of-type{
    width:100%;margin-top:14px;margin-bottom:auto;line-height: 13px;
}
.text > p:first-of-type{
    width:100%;text-align:left;color:#01579b; font-weight:bold;margin-bottom:-7px;margin-top:auto;
}
.text-l{
    float:left;padding-right:10px;
}        
.text-r{
    float:right;padding-left:10px;
}
.macro{
    margin-top:5px;width:95%;border-radius:5px;padding:10px;display:flex;
}
.msj-rta{
    float:right;background:#b3e5fc; color:black;
}
.msj{
    float:left;background:#F8EFBE; color:black;
}
.frame{
    overflow:hidden;
    padding:10;
}
.frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}

.chatul {
    width:100%;
    list-style-type:none;
    padding:18px;
    bottom:32px;
    display:flex;
    flex-direction: column;
}

.msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-10px;
    left:-20px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #F8EFBE transparent transparent;         
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-10px;
    left:20px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #b3e5fc transparent transparent transparent;           
}  