@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }


body {
  font-family: 'Maven Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}

.main-container {
  display: table;
  height: auto;
  width: 100%;
  background-color: white;
  padding-bottom: 50px;
}

/*** ESPACE CLIENT - Header ***/

header {
  width: 100%;
  height: 70px;
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid #D6DBE0;
}

.header-logo-client {
  width: 200px;
  height: 70px;
  float:left;
  border-right: 1px solid #D6DBE0; 
}

.header-logo-client img {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav {
  width: auto;
  height: 70px;
  float:left;
}

nav ul {
  list-style: none;
  text-align: left;
}

nav li {
  float:left;
  width: auto;
  height: 70px;
  border-right: 1px solid #D6DBE0;
  padding: 15px;
  color:#333333;
  cursor:pointer;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

nav li:hover {
  background: #8D0C23;
  color:white;
}

nav li h2 {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  float:left;
  text-transform: uppercase;
  display: block;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li a{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left: 0;
  outline:none;
}

nav li:nth-child(1):before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #54606B;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-1.svg) no-repeat 50% 50%;
  background-size: 6px 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li:nth-child(1):hover:before {
  border:3px solid #AE1732;
  background: url(../images/icon-1-hover.svg) no-repeat 50% 50%;
}

nav #current-1 {
  background: #AE1732;
  color:white;
}

nav #current-1:before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #EA2044;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-1-hover.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li:nth-child(2):before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #54606B;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-2.svg) no-repeat 50% 50%;
  background-size: 9px 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li:nth-child(2):hover:before {
  border:3px solid #AE1732;
  background: url(../images/icon-2-hover.svg) no-repeat 50% 50%;
}

nav #current-2 {
  background: #AE1732;
  color:white;
}

nav #current-2:before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #EA2044;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-2-hover.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav #current-4 {
  background: #AE1732;
  color:white;
}

nav #current-4:before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #EA2044;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-2-hover.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li:nth-child(3):before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #54606B;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-3.svg) no-repeat 50% 60%;
  background-size: 9px 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav li:nth-child(3):hover:before {
  border:3px solid #AE1732;
  background: url(../images/icon-3-hover.svg) no-repeat 50% 50%;
}

nav #current-3 {
  background: #AE1732;
  color:white;
}

nav #current-3:before {
  content:"";
  margin-right: 10px;
  float:left;
  width: 28px;
  height: 28px;
  border:3px solid #EA2044;
  display: block;
  position:relative;
  top: 50%;
  background: url(../images/icon-3-hover.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.compte-client {
  float:right;
  width: auto;
  height: 70px;
  background: #EA2044;
  color:white;
}

.compte-client .content {
  width: auto;
  height: auto;
  float:left;
  display: block;
  position:relative;
  top: 50%;
  color:white;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.compte-client .content p {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.compte-client .content a {
  text-decoration: none;
  margin-top: 5px;
  color: white;
  display: block;
  font-size: 13px;
  line-height: 15px;
}

.compte-client img{
  float:right;
  width: 70px;
  height: 70px;
  background: #EA2044;
  color:white;
}

/*** ESPACE CLIENT - Footer ***/

footer {
  width: 100%;
  height: auto;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#F6F6F6;
  display: table;
}

.copyright-footer {
  width: 100%;
  max-width: 1500px;
  margin:0 auto;
  text-align: center;
}

.copyright-footer .logo-keyliance-footer {
  width: 68px;
  height: 30px;
  display: inline-block;
  background: url(../images/logo-keyliance-grey.svg) no-repeat center;
  background-size: 68px 30px;
  position: relative;
  top: 4px;
}

.copyright-footer p {
  font-size: 14px;
  line-height: 18px;
  color: #54606B;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  margin: 0 15px;
}

/*** ESPACE CLIENT - Accueil ***/

/* Accueil - Bloc informations */

.container-informations {
  width: calc(100% - 400px);
  height: 100%;
  float:left;
  position: absolute;
  background: #30383e url(../images/bck-espace-client-login.jpg) no-repeat 0% 100%;
  background-size: 100% auto;
}

.container-informations .content-texte-copyright{
  width: 100%;
  padding: 60px;
  height: auto;
  display: block;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-informations .content-texte-copyright .logo {
  width:222px;
  height: 38px;
  display: block;
  margin: 0 0 60px 0;
  background: url(../images/logo-keyfast.svg) no-repeat center;
}

.container-informations .content-texte-copyright h2 {
  font-size: 24px;
  line-height: 28px;
  color:white;
  text-align: left;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.container-informations .content-texte-copyright p {
  font-size: 18px;
  line-height: 22px;
  color:white;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.container-informations .content-texte-copyright .copyright {
  display: block;
  margin-top: 40px;
}

.container-informations .content-texte-copyright .copyright p{
  font-size: 14px;
  line-height: 18px;
  color:white;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  margin: 0 15px;
}

.container-informations .content-texte-copyright .copyright .logo-keyliance {
  width:68px;
  height: 30px;
  display: inline-block;
  position: relative;
  top:4px;
  background: url(../images/logo-keyliance-white.svg) no-repeat center;
}

/* Accueil - Bloc login */

.container-login {
  width: 400px;
  height: 100%;
  float: right;
  position: absolute;
  display: block;
  right: 0;
}

.container-login .content-connexion {
  width: 325px;  
  height: auto;
  display: block;
  position:relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-login .content-connexion h2 {
  width: 100%;
  display: block;
  font-size: 19px;
  line-height: 19px;
  color:white;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #8C9BA8;
  font-weight: 700;
}

/* Accueil - Bloc login - Input - Login */

.input-login {
  width: 100%;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 10px;
  outline:none;
  font-size: 14px;
  color:#333333;
  border:none;
  background: white url(../images/icon-user-red.svg) no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.input-login:focus {  
  color: #EA2044;
}

.input-login::-webkit-input-placeholder {color: #54606B;}
.input-login::-moz-placeholder {color: #54606B;}
.input-login::-ms-input-placeholder {color: #54606B;}
.input-login:-moz-placeholder {color: #54606B;}

/* Accueil - Bloc login - Input - Mot de passe */

.input-mdp {
  width: 100%;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 20px;
  padding: 10px;
  outline:none;
  font-size: 14px;
  color:#333333;
  border:none;
  background: white url(../images/icon-mdp-red.svg) no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.input-mdp:focus {
  color: #EA2044;
}

.input-mdp::-webkit-input-placeholder {color: #54606B;}
.input-mdp::-moz-placeholder {color: #54606B;}
.input-mdp::-ms-input-placeholder {color: #54606B;}
.input-mdp:-moz-placeholder {color: #54606B;}

/* Accueil - Bloc login - Input - Checkbox */

.input-row {
    float:left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.input-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-helper:before {
  content: '';
  display: block;
  position: absolute;
}

.input-helper--checkbox {
  padding-left: 30px;
  color:white;
  line-height: 28px;
  font-size: 13px;
}

.input-helper--checkbox:before {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D6DBE0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 50% 50%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label:before {
  background: #EA2044 url(../images/icon-check-white.svg) no-repeat 50% 50%;
  border:1px solid #EA2044;
}

/* Accueil - Bloc login -  Lien - Mot de passe oublié */

.link-forgot-mdp {
  float:right;
  color:white;
  font-size: 13px;
  padding-right: 30px;
  background: url(../images/icon-arrow-red.svg) no-repeat 100% 50%; 
  text-decoration: none;
  outline: none;
  position: relative;
  top: 7px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.link-forgot-mdp:hover {
  padding-right: 35px;
}

/* Partie - Connexion - Input - Submit */

.input-connexion {
  font-family: 'Maven Pro', sans-serif;
  display: block;
  margin: 0 auto;
  color:white;
  background: #EA2044;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border:none;
  padding: 20px;
  outline:none;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.input-connexion:hover {
  background: #AE1732;
}

/*** ESPACE CLIENT - Sidebar ***/

.sidebar {
  width: calc(30% - 30px);
  height: auto;
  display: table;
  float: right;
}

/* Sidebar - Mon conseiller */

.sidebar .mon-conseiller{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.sidebar .mon-conseiller .title {
  width: 100%;
  height: 55px;
  display: block;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #8C9BA8;
}

.sidebar .mon-conseiller .title span {
  width: 21px;
  height: 25px;
  float:left;
  background: url(../images/icon-conseiller.svg) no-repeat center;
}

.sidebar .mon-conseiller .title h3 {
  font-size: 16px;
  line-height: 16px;
  color:white;
  text-align: left;
  text-transform: uppercase;
  float:left;
  margin-left: 10px;
  position:relative;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .mon-conseiller .infos {
  width: 100%;
  height: auto;
  color:#54606B;
  display: block;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #D6DBE0;
}

.sidebar .mon-conseiller .infos ul {
  list-style: none;
  text-align: left;
  display: block;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .mon-conseiller .infos li {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
  border-bottom: 1px dotted #8C9BA8;
}

.sidebar .mon-conseiller .infos li:last-child {
  border:none;
}

.sidebar .mon-conseiller .infos li h2{
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.sidebar .mon-conseiller .infos li p{
  margin-bottom: 15px;
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.sidebar .mon-conseiller .infos li a{
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-decoration: none;
  color:#54606B;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.sidebar .mon-conseiller .infos li a:hover {
  color:#EA2044;
}

.sidebar .mon-conseiller .infos li .intitule-infos-contact {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  margin-right: 10px;
}

/* Sidebar - Documents utiles */

.sidebar .documents-utiles {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar .documents-utiles .title {
  width: 100%;
  height: 55px;
  display: block;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #AE1732;

}

.sidebar .documents-utiles .title span {
  width: 20px;
  height: 14px;
  float:left;
  background: url(../images/icon-docs-utiles.svg) no-repeat center;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .documents-utiles .title h3 {
  font-size: 16px;
  line-height: 16px;
  color:white;
  text-align: left;
  text-transform: uppercase;
  float:left;
  margin-left: 10px;
  position:relative;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .documents-utiles ul {
  list-style: none;
  height: auto;
  text-align: left;
  display: block;
  border:1px solid #D6DBE0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}

.sidebar .documents-utiles li {
  display: block;
  width: 100%;
  height: 61px;
  padding: 15px 25px;
  border-bottom: 1px solid #D6DBE0;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .documents-utiles li:last-child {
  border:none;
}

.sidebar .documents-utiles li h2{
  font-size: 14px;
  line-height: 14px;
  color:#54606B;
  text-align: left;
  float:left;
  width: calc(100% - 80px);
  position:relative;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .documents-utiles .btn-download {
  width: 30px;
  height: 30px;
  float: right;
  background: #EA2044 url(../images/icon-download-white.svg) no-repeat 50% 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  position:relative;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.sidebar .documents-utiles .btn-download:hover {
  background: #8D0C23 url(../images/icon-download-white.svg) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
}

.sidebar .documents-utiles .btn-view {
  width: 30px;
  height: 30px;
  float: right;
  background: #EA2044 url(../images/icon-view-white.svg) no-repeat 50% 50%;
  background-size: 16px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position:relative;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.sidebar .documents-utiles .btn-view:hover {
  background: #8D0C23 url(../images/icon-view-white.svg) no-repeat 50% 50%;
}

/* Sidebar - Déposer mes documents */

.sidebar .documents-depot {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar .documents-depot .title {
  width: 100%;
  height: 55px;
  display: block;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #AE1732;

}

.sidebar .documents-depot .title span {
  width: 18px;
  height: 18px;
  float:left;
  background: url(../images/icon-docs-depot.svg) no-repeat center;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .documents-depot .title h3 {
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 16px;
  color:white;
  text-align: left;
  text-transform: uppercase;
  float:left;
  margin-left: 10px;
  position:relative;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .documents-depot ul {
  list-style: none;
  height: auto;
  text-align: left;
  display: block;
  border: 1px solid #EA2044;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .documents-depot li {
  width: 100%;
  height: 100px;
  max-height: 150px;
  background: #EA2044;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted white;
}

.sidebar .documents-depot li:last-child {
  border: none;
}

.sidebar .documents-depot li p {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  display: block;
  font-weight: 700;
  color:white;
  float:left;
  width: calc(100% - 115px);
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step1-docs-depot {
  float:left;
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/icon-docs-step1.svg) no-repeat center;
  margin-right: 10px;
  margin-left: 25px;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step1-picto-docs-depot {
  float:right;
  width: 20px;
  height: 24px;
  display: block;
  background: url(../images/icon-step1-after.svg) no-repeat center;
  margin-left: 10px;
  margin-right: 25px;
  vertical-align: top;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step2-docs-depot {
  float:left;
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/icon-docs-step2.svg) no-repeat center;
  margin-right: 10px;
  margin-left: 25px;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step2-picto-docs-depot {
  float:right;
  width: 26px;
  height: 17px;
  display: block;
  background: url(../images/icon-2-hover.svg) no-repeat center;
  background-size: 26px 17px;
  margin-left: 5px;
  margin-right: 21px;
  vertical-align: top;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step3-docs-depot {
  float:left;
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/icon-docs-step3.svg) no-repeat center;
  margin-right: 10px;
  margin-left: 25px;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step3-picto-docs-depot {
  float:right;
  width: 19px;
  height: 14px;
  display: block;
  background: url(../images/icon-3-hover.svg) no-repeat center;
  background-size: 19px 14px;
  margin-left: 5px;
  margin-right: 25px;
  vertical-align: top;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drag-and-drop {
  width: 100%;
  height: 150px;
  display: block;
  background: url(../images/icon-drag-drop.svg) no-repeat 50% 50%;
  background-size: 219px 103px;
  border: 1px solid red;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*** ESPACE CLIENT - Suivre mon dossier ***/

.container-suivre-mon-dossier {
  width: 100%;
  display: table;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-suivre-mon-dossier .content  {
  float:left;
  width: 70%;
  height:auto;
  display: table;
}

.container-suivre-mon-dossier .table-situation {
  width: 100%;
  height: auto;
  display: table;
  border:1px solid #D6DBE0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.container-suivre-mon-dossier .table-situation .title {
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #D6DBE0;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-suivre-mon-dossier .table-situation .title h2 {
  float:left;
  font-size: 15px;
  color:#8D0C23;
  line-height: 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  position:relative;
  width: calc(100% - 100px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}

.container-suivre-mon-dossier .table-situation .title p {
  width: 100px;
  height: auto;
  font-size: 15px;
  color: #54606B;
  font-weight: 700;
  float: right;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container-suivre-mon-dossier .table-situation ul {
  list-style: none;
  text-align: left;
}

.container-suivre-mon-dossier .table-situation li {
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #D6DBE0;
}

.container-suivre-mon-dossier .table-situation li:last-child{
  border: none;
}

.container-suivre-mon-dossier .table-situation li p {
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  width: auto;
  height: auto;
  float:left;
  display: block;
  color:#54606B;
  margin-left: 25px;
}

.container-suivre-mon-dossier .table-situation li .etape {
  font-weight: 700;
}

.container-suivre-mon-dossier .table-situation li .succeed {
  font-size: 13px;
  line-height: 13px;
  color:#69AA46;
  font-weight: 700;
  text-align: center;
  width: 100px;
  float:right;
  display: block;
  margin-right: 25px;
}

.container-suivre-mon-dossier .table-situation li .in-process {
  font-size: 13px;
  line-height: 13px;
  color:#F5A623;
  font-weight: 700;
  text-align: center;
  width: 100px;
  float:right;
  display: block;
  margin-right: 25px;
}

.container-suivre-mon-dossier .table-situation li .no-validation {
  font-size: 13px;
  line-height: 13px;
  color:#AE1732;
  font-weight: 700;
  text-align: center;
  width: 100px;
  float:right;
  display: block;
  margin-right: 25px;
}

.container-suivre-mon-dossier .table-alerts {
  width: 100%;
  height: auto;
  display: table;
  border:1px solid #D6DBE0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
}

.container-suivre-mon-dossier .table-alerts .title {
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #D6DBE0;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-suivre-mon-dossier .table-alerts .title h2 {
  float:left;
  font-size: 15px;
  color:#8D0C23;
  line-height: 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  position:relative;
  width: calc(100% - 100px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}

.container-suivre-mon-dossier .table-alerts ul {
  list-style: none;
  text-align: left;
  display: block;
  width: 100%;
}

.container-suivre-mon-dossier .table-alerts li {
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #D6DBE0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-suivre-mon-dossier .table-alerts li:last-child {
  border:none;
}

.container-suivre-mon-dossier .table-alerts li .picto-alerte{
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url(../images/icon-alertes-dossier.svg) no-repeat center;
}

.container-suivre-mon-dossier .table-alerts li p {
  font-weight: 700;
  color:#EA2044;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*** ESPACE CLIENT - Déposer mes documents ***/

.container-deposer-mes-documents {
  width: 100%;
  display: table;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-deposer-mes-documents .content  {
  float:left;
  width: 70%;
  height:auto;
  display: table;
}

.container-deposer-mes-documents .content ul {
    width: 100%;
  height: auto;
  display: table;
  border:1px solid #D6DBE0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  text-align: left;
  display: table;
  margin-bottom: 30px;
}

.container-deposer-mes-documents .content ul:last-child {
  margin-bottom: 0;
}

.container-deposer-mes-documents .content li:last-child {
  border: none;
}

.container-deposer-mes-documents .content li:first-child {
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #D6DBE0;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-deposer-mes-documents .content li:first-child h2 {
  float: left;
      font-size: 15px;
      color: #8D0C23;
      line-height: 15px;
      text-align: left;
      text-transform: uppercase;
      font-weight: 700;
      position: relative;
      width: calc(100% - 100px);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.container-deposer-mes-documents .content li {
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #D6DBE0;
}

.container-deposer-mes-documents .content li p {
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  width: calc(100% - 50px);
  height: auto;
  float: left;
  display: block;
  color: #54606B;
  margin-left: 25px;
  margin-right: 25px;
}

.container-deposer-mes-documents .content li .asterix {
  color:#333333;
  margin-top: 5px;
  font-size: 12px;
  display: block;
  width: calc(100% - 50px);
}

/*** ESPACE CLIENT - Contacter mon conseiller ***/

.container-contacter-mon-conseiller {
  width: 100%;
  display: table;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form {
  display: table;
  height: auto;
  width: 70%;
  float:left;
}

.container-contacter-mon-conseiller .content  {
  width: 100%;
  height:auto;
  display: table;
  border:1px solid #D6DBE0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.container-contacter-mon-conseiller .content .title {
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #D6DBE0;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-contacter-mon-conseiller .content .title h2 {
  float: left;
  font-size: 15px;
  color: #8D0C23;
  line-height: 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: calc(100% - 100px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container-contacter-mon-conseiller .content .container-appel{
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 25px 25px 25px;
  border-bottom:1px solid #D6DBE0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-contacter-mon-conseiller .content .container-specify-demand{
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 25px;
  border-bottom:1px solid #D6DBE0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-contacter-mon-conseiller .content .container-communicate-infos{
  width: 100%;
  height: auto;
  display: table;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Espace client - Contacter mon conseiller - Input - Radio - Textarea - Submit */

.input-submit-contacter-mon-conseiller {
  font-family: 'Maven Pro', sans-serif;
  display: block;
  margin: 0 auto;
  color: white;
  background: #EA2044 url(../images/icon-triangle-next-white.svg)no-repeat;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 20px 20px 20px 20px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  float:right;
  margin-top: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  background-position: 105% 50%;
}

.input-submit-contacter-mon-conseiller:hover {
  padding: 20px 60px 20px 20px;
  background: #AE1732 url(../images/icon-triangle-next-white.svg)no-repeat;
  background-position: 89.5% 50%;
  
}

form textarea {
  border: 1px solid #80909F;
  color:#54606B;
  outline: none;
  float:left;
  font-size: 13px;
  height: 150px;
  width: 100%;
  margin: 20px 0 10px 0;
  padding: 15px;
  resize:vertical;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.input-row2 {
    float:left;
    width: 100%;
    margin-top: 5px;
}

.input-helper2 {
  position: relative;
  display: inline-block;
}

.input-helper2:before {
  content: '';
  display: block;
  position: absolute;
}

.input-helper--radio {
  padding-left: 30px;
  color:#54606B;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  cursor:pointer;
}

.input-helper--radio:before {
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #EA2044;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 50% 50%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  cursor:pointer;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before{
  background: #EA2044 url(../images/icon-check-white.svg) no-repeat 50% 50%;
  border:1px solid #EA2044;
  font-weight: 700;
}

.input-row3 {
    float:left;
    width: 100%;
    margin-top: 5px;
}

.input-helper3 {
  position: relative;
  display: inline-block;
}

.input-helper3:before {
  content: '';
  display: block;
  position: absolute;
}

.input-helper2--radio {
  padding-left: 30px;
  color:#54606B;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  cursor:pointer;
}

.input-helper2--radio:before {
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border:1px solid #EA2044;
}

.input-row3 input[type="radio"] {
  display: none;
}

.input-row3 input[type="radio"]:checked + label:before{
  background: #EA2044 ;
  border:1px solid #EA2044;
  font-weight: 700;
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 0 17px #EA2044 inset;
  -moz-box-shadow: 0 0 0 3px #fff inset, 0 0 0 17px #EA2044 inset;
  box-shadow: 0 0 0 3px #fff inset, 0 0 0 17px #EA2044 inset;
}
.other-moment {
  display: table;
  height: auto;
}

.informations-contact-form {
  margin-left: 30px;
  margin-top: 50px;
  display: table;
}

.informations-contact-form .date {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.informations-contact-form .date label {
  float:left;
  margin-top: 4px;
  margin-right: 2px;
}

.informations-contact-form .telephone {
  display: block;
  height: auto;
  width: 100%;
}

.informations-contact-form .telephone label {
  float:left;
  margin-top: 4px;
}

.details {
  font-weight: 400;
  font-size: 12px;
}


.input-infos-contact-form {
  width: 180px;
  border-radius: 3px;
  height: 25px;
  padding: 10px;
  outline:none;
  font-size:12px;
  color:#333333;
  border:1px solid #D6DBE0;
  background: white;
  margin-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.input-infos-contact-form :focus {  
  color: #EA2044;
}

.input-infos-contact-form ::-webkit-input-placeholder {color: #54606B;}
.input-infos-contact-form ::-moz-placeholder {color: #54606B;}
.input-infos-contact-form ::-ms-input-placeholder {color: #54606B;}
.input-infos-contact-form :-moz-placeholder {color: #54606B;}



/*** ESPACE CLIENT - Responsive ***/

@media screen and (min-width: 1280px) {
  .menu-responsive {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  nav li {
    width: 190px;
  }

  nav li h2 {
    width: calc(100% - 45px);
    font-size: 13px;
  }

  .menu-responsive {
    display: none;
  }

}

@media screen and (max-width: 1095px) {
    nav li {
      width: 175px;
    }

    nav li h2 {
      font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
  .compte-client {
    display: none;
  }
  .menu-desktop {
    display: none;
  }

  .icon-menu-responsive {
    width: 70px;
    height: 70px;
    display: block;
    float:right;
    border-left: 1px solid #D6DBE0;
    cursor: pointer;
    background: url(../images/icon-menu-resp.svg) no-repeat center;
  }

  .menu-responsive {
    width: 243px;
    height: 100%;
    float:right;
    display: block;
    background:white;
    position: absolute;
    right: 0;
    -webkit-transform: translatex(243px);
    -moz-transform: translatex(243px);
    -ms-transform: translatex(243px);
    -o-transform: translatex(243px);
    transform: translatex(243px); 
  }

  .menu-responsive ul {
    list-style: none;
    text-align: left;
  }

  .menu-responsive li {
    width: 100%;
    display: block;
    border-left: none;
    height: 70px;
    border-bottom: 1px solid #D6DBE0;
    padding: 15px;
    color:#333333;
    cursor:pointer;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }

  .menu-responsive li:hover {
    background: #8D0C23;
    color:white;
  }

  .menu-responsive li h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    float:left;
    text-transform: uppercase;
    display: block;
    position:relative;
    width: calc(100% - 45px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li a{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    outline:none;
  }

  .menu-responsive li:nth-child(1):before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #54606B;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-1.svg) no-repeat 50% 50%;
    background-size: 6px 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li:nth-child(1):hover:before {
    border:3px solid #AE1732;
    background: url(../images/icon-1-hover.svg) no-repeat 50% 50%;
  }

  .menu-responsive #current-1 {
    background: #AE1732;
    color:white;
  }

  .menu-responsive #current-1:before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #EA2044;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-1-hover.svg) no-repeat 50% 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li:nth-child(2):before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #54606B;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-2.svg) no-repeat 50% 50%;
    background-size: 9px 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li:nth-child(2):hover:before {
    border:3px solid #AE1732;
    background: url(../images/icon-2-hover.svg) no-repeat 50% 50%;
  }

  .menu-responsive #current-2 {
    background: #AE1732;
    color:white;
  }

  .menu-responsive #current-2:before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #EA2044;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-2-hover.svg) no-repeat 50% 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li:nth-child(3):before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #54606B;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-3.svg) no-repeat 50% 60%;
    background-size: 9px 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive li:nth-child(3):hover:before {
    border:3px solid #AE1732;
    background: url(../images/icon-3-hover.svg) no-repeat 50% 50%;
  }

  .menu-responsive #current-3 {
    background: #AE1732;
    color:white;
  }

  .menu-responsive #current-3:before {
    content:"";
    margin-right: 10px;
    float:left;
    width: 28px;
    height: 28px;
    border:3px solid #EA2044;
    display: block;
    position:relative;
    top: 50%;
    background: url(../images/icon-3-hover.svg) no-repeat 50% 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-responsive .compte-client {
    float:right;
    width: auto;
    height: 70px;
    background: #EA2044;
    color:white;
  }

  .compte-client-resp {
    float:right;
    width: 243px;
    height: 70px;
    background: #EA2044;
    color:white;
  }

  .compte-client-resp .content {
    width: 243px;
    height: auto;
    float:left;
    display: block;
    position:relative;
    top: 50%;
    color:white;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .compte-client-resp .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }

  .compte-client-resp .content a {
    text-decoration: none;
    margin-top: 5px;
    color: white;
    display: block;
    font-size: 13px;
    line-height: 15px;
  }

  .compte-client-resp img{
    float:right;
    width: 70px;
    height: 70px;
    background: #EA2044;
    color:white;
  }

  .with--sidebar .site-pusher {
    -webkit-transform: translatex(-243px);
    -moz-transform: translatex(-243px);
    -ms-transform: translatex(-243px);
    -o-transform: translatex(-243px);
    transform: translatex(-243px); 
  }

  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 56, 62, 0.9);
    z-index: 6;
  }

  .site-pusher {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    -ms-transform: translatex(0px);
    -o-transform: translatex(0px);
    transform: translatex(0px);
    height: 100%; 
  }

  .site-container {
    overflow: hidden; 
  }

  .site-pusher, .site-container {
    width: auto; 
  }

  .container-suivre-mon-dossier .content {
    width: 100%;
    height: auto;
    display: table;
    float:none;
  }

  .sidebar {
    width: 100%;
    height: auto;
    display: table;
    float:none;
    margin-top: 30px;
  }

  .sidebar .mon-conseiller {
    width: calc(50% - 30px);
    float:left;
    display: table;
    height: auto;
    margin-bottom: 0;
  }

  .sidebar .documents-utiles {
    width: 50%;
    float:right;
    display: table;
    height: auto;
  }

  .container-deposer-mes-documents .content {
    width: 100%;
    height: auto;
    display: table;
    float:none;
  }

  .sidebar .documents-depot {
    width: 50%;
    float:right;
    display: table;
    height: auto;
  }

  .contact-form {
      width: 100%;
      margin-bottom: 30px;
  }

}

@media screen and (max-width: 870px) {

  .container-informations .content-texte-copyright .copyright .logo-keyliance {
    margin-bottom:15px;
    display: block;
  }

  .container-informations .content-texte-copyright .copyright p {
    margin: 0;
  }

}

@media screen and (max-width: 768px) {

  .container-informations {
    width: 100%;
    height: auto;
    position: inherit;
    display: block;
    float:none;
    min-height: auto;
  }

  .container-informations .content-texte-copyright{
    padding: 60px 30px;
    top:0;
    left:0;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .container-informations .content-texte-copyright .logo{
    text-align: center;
    margin: 0 auto 40px auto;
  }

  .container-informations .content-texte-copyright h2{
    text-align: center;
  }

  .container-informations .content-texte-copyright p{
    text-align: center;
  }

  .container-login {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container-login .content-connexion{
    width: 100%;
    top:0;
    left:0;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .container-informations .content-texte-copyright .copyright .logo-keyliance {
    margin:0 auto 15px auto;
    display: block;
  }

  .container-informations .content-texte-copyright .copyright p {
    margin: 0;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 650px) {

  .main-container {
    padding-bottom: 10px;
  }

  header {
    height: auto;
    display: table;
    margin-bottom: 10px;
  }

  .header-logo-client{
    width: 50%;
  }

  .compte-client {
      float: right;
      width: 100%;
  }

  .container-suivre-mon-dossier .content {
    width: 100%;
    height: auto;
    display: table;
    float:none;
  }

  .sidebar {
    width: 100%;
    height: auto;
    display: table;
    float:none;
    margin-top: 30px;
  }

  .sidebar .mon-conseiller {
    width: 100%;
    float:none;
    display: table;
    height: auto;
    margin-bottom: 30px;
  }

  .sidebar .documents-utiles {
    width: 100%;
    float:none;
    display: table;
    height: auto;
  }

  .sidebar .documents-depot {
    width: 100%;
    float:none;
    display: table;
    height: auto;
  }


  #legende {
    display: none;
  }

  .container-suivre-mon-dossier .table-situation .title h2 {
    float:none;
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
  }

  .container-suivre-mon-dossier .table-situation li p {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container-suivre-mon-dossier .table-situation li .succeed {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    text-align: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container-suivre-mon-dossier .table-situation li .succeed:before {
    content:"Etat :";
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    height: auto;
    float: left;
    display: block;
    color: #54606B;
  }

  .container-suivre-mon-dossier .table-situation li .in-process {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    text-align: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container-suivre-mon-dossier .table-situation li .in-process:before {
    content:"Etat :";
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    height: auto;
    float: left;
    display: block;
    color: #54606B;
  }

  .container-suivre-mon-dossier .table-situation li .no-validation {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    text-align: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container-suivre-mon-dossier .table-situation li .no-validation:before {
    content:"Etat :";
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    height: auto;
    float: left;
    display: block;
    color: #54606B;
  }

  .copyright-footer p {
    font-size: 14px;
    line-height: 18px;
    color: #54606B;
    text-align: center;
    display: block;
    font-weight: 400;
    margin: 15px;
  }
  .container-suivre-mon-dossier .table-alerts .title h2 {
    float:none;
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
  }

  .container-suivre-mon-dossier .table-alerts li .picto-alerte {
    display: block;
    margin: 0 auto 0 auto;
  }

  .container-suivre-mon-dossier .table-alerts li p {
    text-align: center;
    margin-left: 0;
    display: block;
    margin-top: 10px;
    top:0;
    -webkit-transform: none;
    -moz-transform: none; 
    -ms-transform: none; 
    -o-transform: none; 
    transform: none;
  }

  .container-deposer-mes-documents .content li:first-child h2 {
    text-align: center;
    width: 100%;
  }
  
  .details {
    display: block;
    width: 100%;
    line-height: 14px;
    margin-bottom: 15px;
  }

  .informations-contact-form .date label {
    display: block;
    width: 100%;
  }

  .input-infos-contact-form {
    margin-left: 0;
    margin-top:15px;
    width: 100%;
  }

  .informations-contact-form .telephone label {
    display: block;
    width: 100%;
  }

  .input-submit-contacter-mon-conseiller {
    float:none;
  }

  .informations-contact-form {
    width: calc(100% - 30px);
  }
}

/*** ESPACE CLIENT - Responsive  /  Réglages Accueil ***/


@media screen and (min-width: 768px) and (max-height: 880px) {

  .container-informations {
    height: 100%;
    min-height: 1000px;
  }

  .container-informations .content-texte-copyright{
    top:0;
    left:0;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .container-login{
    height: auto;
  }

  .container-login .content-connexion {
    top:0;
    left:0;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin-top: 60px;
  }

}

.icon-male-borrower {
    content: url('../images/png/administrator1.png');
}

.icon-female-borrower:before {
    content: url('../images/png/woman139.png');
}

.icon-male-responsable:before {
    content: url('../images/png/customerservice16.png');
}

.icon-female-responsable:before {
    content: url('../images/png/customerservice17.png');
}

.icon-folder-plus:before {
    content: url('../images/png/pages.png');
}

.icon-plus:before {
    content: url('../images/png/add139.png');
}

.icon-call-responsable:before {
    content: url('../images/png/school35.png');
}

.icon-call-missed:before {
    content: url('../images/png/missed.png');
}

.icon-call-borrower:before {
    content: url('../images/png/telephone26.png');
}

body.login {
    background: #3E4750;
}

#login-error {
    margin-top: 20px;
    color: white;
}
body.borrowerspace {
    background-color:#F6F6F6;
}

#uploadFile {
    cursor: pointer;
}

#avatar-conseiller {
    display: inline-block;
    background-color: #D6DBE0;
}
#avatar-conseiller img {
    background: #D6DBE0 none repeat scroll 0% 0%;
}
#login-info {
    color: white;
    text-align: center;
    margin: 15px auto;
}

#login-ns {
    text-align: center;
    color: #EA2044;
    font-weight: 600;
    margin-top: 20px;
}

#content-tabbable ul[role=tablist] li {
    float : left;
    width: 50%;
    height: 60px;
    padding: 0px 25px;
    box-sizing: border-box;
    border: 0 !important;
}

#content-tabbable ul[role=tablist] li:first-child {
    border-right: 1px solid #D6DBE0 !important;
}

#content-tabbable ul[role=tablist] li a{
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
}

#content-tabbable ul[role=tablist] li.ui-state-hover {
    background: none !important;
    background-color: #FFDDE3 !important;
}

#content-tabbable ul[role=tablist] li.ui-tabs-active {
    background: none !important;
    background-color: #AE1732 !important;
}

#content-tabbable ul[role=tablist] li a {
    color: #333333 !important;
}
#content-tabbable ul[role=tablist] li a:focus {
	outline-style: none;
}

#content-tabbable ul[role=tablist] li.ui-tabs-active a {
    color: white !important;
}

#content-tabbable #ui-id-3 p a{
    color: #54606b;
    text-decoration: none;
}

#content-tabbable #ui-id-3 p a:hover{
    text-decoration: underline;
}

