body {
    margin: 0px;
    color :#333333;
    font-family : 'arial';
}
.banner  {
    height: 300px;
    width: 100%;
    background-size: cover;
    
}
.text-center {
    font-size : 18px;
    text-align: center;
    font-family : 'arial';
    
    
}
.arial-12 {
    font-size : 12px;
    font-family : 'arial';
}
.logo-list {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding-left: 10px;
}
.header-right-content {
    display: inline-block;
    margin: 0px auto;
    width: 68%;
    vertical-align: middle;
}
.header-content {
    display: block;
    width: 100%;
    
}
.header-right-content h4 {
    margin: 15px 0px;
}
.banner-container {
    border-top: 2px solid #000;   
    border-bottom: 2px solid #999999;
}
.footer-content {
    background-color : #545759;
    color : #fff;
    display: block;
    text-align: center;
}
.admin-footer {
    position: absolute;
    width: 100%;
    bottom:0;
}
.logo-footer {
    display: inline-block;
    vertical-align: middle;
}
.txt-footer {
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    
}
.page-desc {
    width : 750px;
    margin: 0 auto;
}
.txt-desc-top {
    margin-top: 40px;
    color :#000;
}
.bloc-desc .txt-desc-top {
    margin-top: 10px;
}
.bloc-desc-idetif {
    border-top: 1px solid #999999;
}
label, input,select {
    display: block;
    width : 100%;
}
label {
    margin-bottom: 5px;
}
input ,select{
    margin-bottom: 20px;
    border: 1.4px solid #8E8F90;
    padding: 5px;
}
.form-desc.form-desc-company{
    margin: auto;
    width: 50%;
    padding-bottom: 40px;
    padding-top: 20px;
}
.bloc-desc h2{
    border-top: 1px solid #999999;
    padding-top: 4px;
}
h2 {
		font-family: 'arial';
		font-style: italic;
		font-size: 16px;
	}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select {
    color: #8E8F90;
}
.button {
    background: #1D1D1B;
    color: #fff;
    padding: 15px;
    width: 160px;
    border: 0;
    
}
.button-export {
    display: block;
    margin: 100px 45%;
    /* left: 50%; */
    text-align: center;
    text-decoration: none;
}
.button.button-add {
    float: right;
	background: url('../img/plus.png') #1D1D1B 30px 14px no-repeat;
}
.form-desc-user-left {
    width: 40%;
    display: inline-block;
}
.form-desc-user-right {
    display: inline-block;
    float: right;
}
.button.button-validate {
    margin: 20px auto;
    display: block;
    clear: both;
    width: 35%;
}
.form-desc.form-desc-user {
    margin: 40px 0 0;
}
.form-desc-user-right select {
    margin-bottom: 7px;
}

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 45%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 37px #000;
	-moz-box-shadow: 0px 0px 37px #000;
	box-shadow: 0px 0px 37px #000;
	transform: translate(-50%,-50%);
    height: 190px;
    width: 380px;
    box-shadow: 0px 0px 37px #000;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
.close_popin {
    background-color: #000;
    background-size: cover;
    color: #fff;
    display: block;
    top: 0px;
    position: absolute;
    float: right;
    background-size: cover;
    right: 0px;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    cursor: pointer;

}
#popup_name p {
    font-size: 14px;
    color :#666666;
    margin-top: 92px;
    text-align: center;
}
.blockvalid {
	clear: both;
}
.blockvalid input,
.blockvalid label {
	width: auto;
	display: inline-block;
}
.red {
	color: red;
}
.bluelight {
	color: #00FFFF;
}
.underline {
	text-decoration: underline;
}
@media screen and (max-width: 991px) {
	.logo-list {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .header-right-content {
        width: 100%;
        
    }
    .logo-list img.img-responsive {
        max-width: 90%;
    }
}
@media screen and (max-width: 640px) {
    label, input, select {
        width: 100%;
        height: 30px;
    }
    .form-desc.form-desc-company {
      width: 100%;

    }
    .page-desc {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .form-desc-user-left {
        width: 100%;
        
    }
    .form-desc-user-right {
        float: left; 
    }
    .button {
        padding: 0px;
        display: block;
        height: 50px;
        line-height: 50px;
    }
    .popup_block {
        width: 75%;
       
    }    
    html {
        min-height: 685px;
        position: relative;
        font-size: 14px;
    }
    table {
        font-size: 14px;
    }
    .button-export {
        margin: 50px auto;
    }
}