@charset "UTF-8";
/* CSS Document */

#extranet .login {
    
}

#extranet .login form a {
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
    color: rgba(0,0,0,0.5);
}
#extranet .login form a:hover {
    text-decoration: none;
}

#extranet .login input[type=text],
#extranet .login input[type=password] {
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
#extranet .login input[type=submit] {
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "Open Sans";
    background-color:#000;
    margin-bottom: 25px;
}
#extranet h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}
#extranet h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 40px;
}

#extranet .statut {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-basis: auto;
    padding:10px;
	background-color:rgba(0,0,0,0.1);
	margin-bottom:10px;
	font-size:14px;
}
#extranet .statut p {
    display: block;
    flex-grow: 1;
    margin: 0;
}

#extranet .statut nav a {
	color:#FFF;
	padding:5px;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	background-color:rgba(0,0,0,0.4);
    display:inline-block;
    margin-left: 5px;
}

#extranet .statut nav a:hover {
	background-color:rgba(0,0,0,0.5);
}

.eye {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 12px;
    cursor: pointer;
} 

.eye.blanc.off {
    background-image: url('../media/images/ico-eye-off-blanc.png');
}
.eye.blanc.on {
    background-image: url('../media/images/ico-eye-on-blanc.png');
}
.eye.noir.off {
    background-image: url('../media/images/ico-eye-off-noir.png');
}
.eye.noir.on {
    background-image: url('../media/images/ico-eye-on-noir.png');
}


#extranet .compte p {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
#extranet .compte p span:first-of-type {
    display: block;
    width: 260px;
}

#extranet .compte p input {
    display: block;
    flex-grow: 1;
    width: auto;
}


#extranet .homepage table {
	border-collapse: separate;
	border-spacing: 1px;
	padding:0;
	border:none;
	width: 100%;
}

#extranet .homepage table tr th {
		font-size: 12px;
		font-weight: 600;
		background-color: rgb(32, 32, 32);
		color: #FFF;
		padding: 10px;
		line-height: normal;
}

#extranet .homepage table tr td {
		font-size: 12px;
		font-weight: 600;
		color: #000;
		padding: 10px;
		line-height: normal;
        background-color: rgba(0,0,0,0.05);
        vertical-align: middle;
}

#extranet .homepage table tr:hover td {
	background-color: rgba(0,0,0,0.1);
}


#extranet .link {
    color:#FFF;
	padding:5px;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	background-color:rgba(0,0,0,0.4);
    display:inline-block;
    margin-left: 5px;
}

#extranet .link:hover {
    background-color:rgba(0,0,0,1);
}

