﻿/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 


/************* FORMULAIRE *************/

.login-box{
  position:relative;
  margin: 40px auto;
  width: 500px;
  height: 350px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.lb-header{
  position:relative;
  color: #00415d;
  margin: 5px 5px 10px 5px;
  padding-bottom:45px;
  border-bottom: 1px solid #eee;
  text-align:center;
  height:28px;
  margin-bottom: 20px;
}
.lb-header p#login-box-link{
  color: #002e54;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Gotham';
  text-transform:uppercase;
  }
.email-login {
  position:relative;
  float: left;
  width: 100%;
  height:auto;
  margin-top: 20px;
  text-align:center;
}
.u-form-group{
  width:100%;
  margin-bottom: 10px;
}
.container-flex{
	display: flex;
	justify-content: center;
}
.u-form-group input[type=email], .u-form-group input[type=password]{
  width: calc(50% - 22px);
  height:45px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 2px;
  color: #333;
  font-size:13px;
  font-family:'Gotham';
  transition:all 0.1s linear;
}
.u-form-group input:focus{
  border-color: #358efb;
}
.u-form-group button,
.u-form-group > a.success{
  margin-top: 25px;
  width: calc(50%-22px);
  background-color: #002e54;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 14px 53px;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.u-form-group button:hover,
.u-form-group > a.success:hover{
  background-color: #ed9100;
  font-weight:bold !important;
}

.forgot-password{
text-transform:none;
  font-family: 'Gotham';
  width:auto;
  text-align: left;
  color: #888;
  font-size: 11px;
}
.forgot-password:hover{
  color: #ed9100;
}
.u-form-group input:focus {
	border-color: #ed9100;
}

.glyphicon-user,
.glyphicon-lock {
	color: #002e54;
}

/* responsive */

@media screen and (max-width: 550px) {
	.login-box{
	width: 400px;
	}
	.container .login-box .erreur p {
	font-size: 10px;
	}
	.container .login-box .lb-header #login-box-link {
	font-size: 17px;
	}
}
@media screen and (max-width: 440px) {
	.login-box{
	width: 300px;
	height: 400px;
	}
	.lb-header {
	padding-bottom: 75px;
	}
	.u-form-group input[type=email], .u-form-group input[type=password]{
	width: auto;
	}	
}

@media screen and (max-width: 340px) {
	.login-box {
	width: 250px;
	height: 400px;
	}
	.container .login-box .lb-header #login-box-link {
	font-size: 16px;
	}	
}

/* pour erreur de connexion */
.container .erreur p {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
	font-family: 'Gotham';
	font-weight: bold;
	color: #e74c3c;
}



/************* ESPACE CLIENT *************/

.espace-client-check h1 {
	font-size: 25px;
	font-family: 'Gotham';
	font-weight: bold;
	text-transform:uppercase;
	color: #002e54;
	margin-top: 50px;
	margin-bottom: 50px;
}
.espace-client-check-left,
.espace-client-check-right {
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	padding-bottom: 30px;
} 
.espace-client-check-right {
	margin-top: 35px;
	margin-bottom: 35px;
}

.espace-client-check-left h3,
.espace-client-check-right h3 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight:bold;
	padding-top: 10px;
	color: #ed9100;
	text-align:center;

}
.espace-client-check-right .fileinput-button {
	text-align: center;
	display: block;
	margin: 0 auto;
	text-align:center;
	background: #1e6daf;
	border-color: #1e6daf;
	width: 300px;
}
.espace-client-check-right .btn-success:hover {
	background-color: #ed9100 !important;
	border-color: #ed9100 !important;
}
.progress-bar-success {
	background-color:#ed9100;
}
.espace-client-check-right .delete {
	padding: 5px 10px !important;
}
.espace-client-check-right .delete span {
	font-size: 12px;
}
.texte-ajout-docs {
	text-transform:uppercase;
	font-family: 'Gotham';
	font-size: 12px;
	font-weight:bold;
}
.table th,
.files td {
	text-align: center;
}
span.preview {
	float:none;
}
.glyphicon-folder-open {
	margin-left: -10px;
}
p.name a {
	color: #1e6daf;
	font-family: sans-serif;
}
.se-deconnecter {
	background: #e74c3c;
	margin-top: 40px;
	font-weight: bold;
	float:right;
	font-size: 11px;
	text-transform: uppercase;
}
.espace-client-check .se-deconnecter .glyphicon-log-out {
	font-size: 15px;
}
.btn-danger {
	background-color: #e74c3c;
}
/* pour le responsive */
@media screen and (max-width: 990px) {
	.espace-client-check-left h3,
	.espace-client-check-right h3 {
		padding-top: 40px;
	}
	.espace-client-check-left {
	margin-top: 250px;
	}
	.espace-client-check .se-deconnecter {
	/*margin-top: 0px;*/
	width: 100%;
}
}
@media screen and (max-width: 770px) {
	.espace-client-check-left h3,
	.espace-client-check-right h3 {
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.files .btn span {
		display: inline-block !important;
	}
}
@media screen and (max-width: 560px) {
	.espace-client-check .titre-espace-client h1 {
	font-size: 18px;
	}
	.espace-client-check .se-deconnecter .se-deconnecter-text {
	/*display:none;*/
	}
	.espace-client-check .se-deconnecter .glyphicon-log-out {
	font-size: 10px;
	display:block;
	margin: auto;
	width: 100%;
	}
	.espace-client-check .se-deconnecter {
	width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.espace-client-check-right .fileinput-button {
	width: 100%;
	}
	.texte-ajout-docs {
	display:block;
	margin: 0 auto;
	font-size: 10px;
	}
	.glyphicon-folder-open {
	margin: 0 auto;
	}
	.name a {
	font-size: 14px;
	}
}
@media screen and (max-width: 350px) {
	.table th {
	font-size: 11px;
	}
	.espace-client-check h1 {
	font-size: 20px;
	}
	.table {
	margin-left: -5px;
	}
}