﻿@import url('./Content/bootstrap.css');
.entete {
    background-color: rgba(255, 255, 255, 0.05) !important;
    background-image: none !important;
    border: none !important;
    border-top-left-radius: 0 !important;
}
.onehome{
  height: 32px;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3f3b37;
  text-align: center;
}
.loginControl {
  width: 480px;
  border-radius: 4px;
  margin: auto;
  padding: 40px;
  padding-bottom: 80px;
}
.btn-info-Acc {
 width: 100%;
  color: #fff;
  border-radius: 10px;
  background-color: #2c2274;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
 
}
.btn-info-Acc:hover
{
	text-decoration: none;
    color: #fff;
}

.mdplink
{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f39100;
  float: right;
}
.mdplink:hover

{
	color:red;
}
.chkbox{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3f3b37;

  }
.chkbox:hover
{
	  color: #3f3b37;
	  text-decoration:none;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.img-responsive {
    padding: 25px 25px 15px 25px;
}

.margeHaut {
    height: 100px;
}

.fondLogin {
    background-color: #F5F5F5;
    height: 100%;
	width : 100%;
	margin:auto;
}

.container {
    margin: auto;
    padding: 0;
    background-size: cover;
    position: absolute;
	height: 100%;
}

.margeHaut {
    height: 100px;
}

.SeparatorLogin {
  width: 100%;
  height: 1px;
  background-color: #7a756f;
  margin-bottom: 15px;
}

.InputLog{
    border: none;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c2274;
    background-color: #fff;
    border: none;
}
.footer {
    bottom: 0px;
    left: 15px;
    color: black;
	position: absolute;
	width:90%;
}

    .footer a {
        color: black;
    }

    .footer li {
        display: inline;
        margin: 8px;
    }
.idClient {
	text-align:right;
	padding-right:15px;
}
