/* ----------------------- Feuille de style utilisée pour le FrontOffice -------------------
Ronan, voici la feuille de style utilisée pour le FrontOffice (login, choix entreprise/module, activation, récupération de mdp...)
J'ai également rapatrié (ajouté en bas de page au fur et à mesure) dans cette css les styles qui était placé directement dans les pages
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

html {
 position:relative;
 min-height:100%;
}

body {
 font-family:'Open Sans',sans serif;
 background:url('images/bg-cloud.jpg') fixed;
 background-size: auto auto;
 /*margin-bottom: 150px;*/
}

.dropdown-menu {
  box-shadow: none;
  border-radius: 3px;
}

@media (max-width: 576px) {
  img:not(#captcha) {
    display: none;
  }
}

/* ----------------------------- Styles ------------------------------- */

h1 {
 /* color:#FFF; */
 font-weight:300;
 /* text-shadow: 2px 2px 4px #444; */
 /* line-height:2em; */
 margin-bottom:25px;
 color: #1A6FB6;
 font-family: "Open Sans";
 font-size: 28px;
 letter-spacing: 0;
 line-height: 36px;
}
h2 {
 color:#979483;
 font-size:12pt;
 font-weight:normal;
}


/* ------------------------------------------ */
.bluedark {
 background-color:#243E4E;
 color:#FFFFFF;
}

.greydark {
 background-color:#181818;
 background-image:url("images/bg-darkgrey.png");
 color:#FFFFFF;
}

body {
 background-color:#f9f9f9;
 //background-image:url("images/bg-cloud.jpg");
 color:#3F5265;
}
.white {
 background-color:#FFF;
 color:#000;
}

/* --------------------------------------- Login ------------------------------------------- */
#divLogin {
  width: 890px;
  margin: 1rem auto;
}
#divLogin .form-signin {
  display: inline-block;
}
.form-signin {
  display: block;
  width: 498px;
  padding: 4rem;
  margin: 0 auto;
  text-align:left;
  background-color: #FFF;
  color: #3F5265;
  position: relative;
}
.form-signin .shadow-bloc-offre {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: 122px;
}

.form-signin-heading {
  font-size:28px;
  color: #1A6FB6;
  line-height: 55px;
  letter-spacing: 0;
  font-weight: 300;
  margin: 2rem auto;
  text-align: center;
}

.row>img {
  vertical-align: unset;
  opacity: .1;
}

label.sr-only {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  clip: unset;
  border: unset;
  display: block;
  text-align: left;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

input[type=checkbox] {
  margin: 2px 0 0;
}
.form-signin .checkbox {
  /* margin-bottom: 10px; */
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* text-align: left; */
  display: inline-block;
}
.form-signin .checkbox label {
  font-weight: normal;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  /*margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
  /* margin-bottom: 10px; */
  text-align:left;
  /* font-weight:bold; */
  padding-left: 3rem;
}#email {
  margin-bottom: 3rem;
}
.form-signin input[type="password"] {
  /*margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;*/
  text-align:left;
  padding-left: 3rem;
}

.form-recovery {
  max-width: 730px;
  padding: 15px;
  margin: 0 auto;
  text-align:center;
}


.secuPass {
  display:inline-block;
  text-align:center;
  margin-right:10px;
  margin-top:3px;
  margin-bottom:10px;
  border: solid 1px #999;
  width: 150px;
  font-size: 0.9em;
  position:relative;
}

.short{
  font-weight:bold;
  color:#FF0000;
  font-size:larger;
}

.faible{
  background-color:#e47f27;
  font-weight:bold;
  color: black;
  font-size:larger;
}

.moyen{
  background-color:#d1b039;
  font-weight:bold;
  color: black;
  font-size:larger;
}

.bon{
  background-color:#4cca26;
  font-weight:bold;
  color: black;
  font-size:larger;
}

.fort {
  background-color:#059e1c;
  font-weight:bold;
  color: black;
  font-size:larger;
}

.psd-change {
  position: relative;
  width: 100%;
}

.psd-change span.toggle-password {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  float: none !important;
  margin: 0 !important;
}

.psd-change input {
  width: 100%;
  z-index: 10;
}

td.psd-change span.toggle-password {
  right: 20px;
  top: 18px;
}

.psd-change input[type="text"]#passe, .psd-change input[type="text"]#repasse {
  padding: 8px 10px;
}

#recoveryform {
 width:500px;
 padding:20px;
}

.form-signin input[type=submit].btn-block,
.form-signin button[type=submit].btn-block {
  margin-left: auto;
  margin-top: 2rem !important;
  width: 40%;
  background-color: #2E80C3;
  color: #FFF;
  font-size: 12px;
  border-radius: 20px;
}
.form-signin .btn-block:hover {
  color: #d9d9d9;
  text-decoration: none;
  background-color: #1f5785;
}
#captcha {
  margin-top: 2rem;
}
#change-image {
  display: block;
}
img.logo-login {
  display: block;
  margin: 4rem auto 0;
  width: 377px;
}
#divLoginTxt {
  margin-top: 10rem;
}
#divLoginTxt .col-lg-4 {
  text-align: center;
  padding: 0 10rem;
  margin-bottom: 10rem;
}
#divLoginTxt::after {
  content: "e-CloudPay 2020 - Tous droits réservés";
  display: block;
  text-align: center;
  margin-bottom: 4rem;
  color: #BCC1C7;
  font-size: 12px;
}
.divLoginIcon1 {
  content: url(../images/modules/icon-bag.svg);
  margin-bottom: 2rem;
}
.divLoginIcon2 {
  content: url(../images/modules/icon-chat-neutral.svg);
  margin-bottom: 2rem;
}
.divLoginIcon3 {
  content: url(../images/modules/icon-coffrefort-neutral.svg);
  margin-bottom: 2rem;
}

/* --------------------------------------- Header  ------------------------------------------- */
.cloud .container {
  position: relative;
}
.cloud .container .user-nav{
  position: absolute;
  right: 0;
}
.cloud .container h1{
  text-align: center;
}
.header-white {
 background-color:#FFF;
 height:160px;
 text-align:left;
}

.logoSmall {
  display: block;
  margin: 0 auto;
  padding-top: 4rem;
}

.header-white.container-fluid {
  width: 1248px;
  background-color: #F9F9F9;
}

/* .header-login-box {
 position:absolute;
 top:0;
 right:0;
} */

.header-login-user {
 background:#BEC4C8;
 width:100%;
}
.header-login-user h3 {
 font-weight:300;
 font-size:24px;
 margin:0;
 color:#FFF;
}
.header-login-user .glyphicon-cloud {
 font-size:30px;
 top:8px;
}
.header-login-user span {
 font-size:12px;
 font-style:italic;
}
.header-login-user span a {
 color:#FFF;
}
.header-login-user fa {
 color:#FFF;
}
.header-login-list {
 background:#2D4051;
 width:100%;
 text-align:right;
 padding:3px;
}
.header-login-list label {
 font-size:13px;
 font-style:italic;
}

.headerSelect {
  color:#000;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0 1.5rem 0 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2D3F51;
  vertical-align: middle;
  background: #fff url(../images/picto/icon-arrow-bottom-light.svg) no-repeat right -2px top -2px/43px 102px;
  border: 1px solid #bcc1c7;
  border-radius: 0.1875rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 4rem;
  min-width: 100px;
}

/* ---------------------------- Page entreprise ------------------------------- */
@media (min-width: 1200px) {
  .container {
      width: 1248px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: none;
}
.container.text-center {
  background-color: #FFF;
  padding: 1rem 3rem 5rem;
  margin-top: 2rem;
  text-align: initial;
  max-width: 900px;
}
.selectCompanyTitle {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.cloud .container .col-lg-5 {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.cloud .container .col-lg-5:nth-of-type(2) {
  max-height: 430px;
  overflow-y: scroll;
}
.form-group label[for="id_company"]{
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  clip: unset;
  border: unset;
  display: block;
  text-align: left;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.selectCompanySmallTxt {
  display: block;
  position: absolute;
  bottom: 0;
  font-style: italic;
}
.container.text-center .row {
  display: flex;
  flex-flow: row wrap;
}
.container.text-center .row .bloc-company {
  margin-bottom: 20px;
  width: calc(50% - 1rem);
  border:1px solid #BCC1C7;
  border-radius: 5px;
}
.container.text-center .row .bloc-company:nth-of-type(even) {
  margin-left: 1rem;
}
.container.text-center .row .bloc-company .img-circle {
  height:121px;
  border-radius: 50%;
  padding: 1rem;
}

/* ---------------------------- Page module ----------------------------------- */
@media (min-width: 1200px) {
  .col-lg-3 {
      width: unset;
  }
}
.bloc-entreprise {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloc-entreprise .img-company {
  order: 2;
  width: 80px;
  border-radius: 4px;
}
.bloc-entreprise .lienRetourEntreprise {
  content: url(../images/picto/arrow-left.svg);
  display: block;
  width: 35px;
  height: 35px;
  padding: .6rem;
  background-color: #f0f0f0;
  border-radius: 50%;
  line-height: 45px;
  font-size: 0.75rem;
  z-index: 999;
  border: 1px solid #f0f0f0;
}
.bloc-modules {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* margin-top: 3rem; */
}
.bloc-modules::before {
  content: "Sélectionnez votre module";
  border-bottom: 1px solid #F0F0F0;
  display: block;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-transform: none;
  width: 100%;
}
#module-entreprise {
  overflow-y: scroll;
  max-height: 250px;
  width: 70%;
  border-left: 1px solid #F0F0F0;
  padding-left: 4rem;
}
#module-entreprise h2 {
  white-space: nowrap;
}
#module-utilisateur {
  width: 30%;
}
.bloc-module {
  /* width:210px;
  height:210px;
  background:#FFF;
  margin-bottom:10px;
  box-shadow: 6px 6px 8px #555; */
}
.entrepriseTitle,
.utilisateurTitle {
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  width: 100%;
  text-transform: uppercase;
}
.container a .img-module {
  /* width:190px;
  height:190px; */
  display: none;
}
.bloc-module h2 {
  /* margin-top:-15px;
  color:#1D70B7; */
  color: #2D3F51;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  /* line-height: 55px; */
}
.bloc-module h2::before {
  vertical-align: sub;
  margin-right: 1rem;
}
.bloc-module a:hover h2 {
  color: #1A6FB6;
  cursor: pointer;
}
.bloc-module a:hover h2::before {
  cursor: pointer;
}
.bloc-module-admin h2::before {
  content: url("../images/modules/icon-boss-neutral.svg");
}
.bloc-module-admin a:hover h2::before {
  content: url("../images/modules/icon-boss-color.svg");
}
.bloc-module-payadm h2::before {
  content: url("../images/modules/icon-dossierentreprise-neutral.svg");
}
.bloc-module-payadm a:hover h2::before {
  content: url("../images/modules/icon-dossierentreprise-color.svg");
}
.bloc-module-rh_salarie h2::before {
  content: url("../images/modules/icon-dossiersalarie-neutral.svg");
}
.bloc-module-rh_salarie a:hover h2::before {
  content: url("../images/modules/icon-dossiersalarie-color.svg");
}
.bloc-module-statistiques h2::before {
  content: url("../images/modules/icon-statistiques-neutral.svg");
}
.bloc-module-statistiques a:hover h2::before {
  content: url("../images/modules/icon-statistiques-color.svg");
}
.bloc-module-echange h2::before {
  content: url("../images/modules/icon-chat-neutral.svg");
}
.bloc-module-echange a:hover h2::before {
  content: url("../images/modules/icon-chat-color.svg");
}
.bloc-module-salarie h2::before {
  content: url("../images/modules/icon-coffrefort-neutral.svg");
}
.bloc-module-salarie a:hover h2::before {
  content: url("../images/modules/icon-coffrefort-color.svg");
}
.bloc-module-sign h2::before {
  content: url("../images/modules/icon-signatureelectronique-neutral.svg");
}
.bloc-module-sign a:hover h2::before {
  content: url("../images/modules/icon-signatureelectronique-color.svg");
}
.bloc-module-perso h2::before {
  content: url("../images/modules/icon-espaceperso-neutral.svg");
}
.bloc-module-perso a:hover h2::before {
  content: url("../images/modules/icon-espaceperso-color.svg");
}
.bloc-module-rh_info h2::before {
  content: url("../images/modules/icon-lettreinformation-neutral.svg");
}
.bloc-module-rh_info a:hover h2::before {
  content: url("../images/modules/icon-lettreinformation-color.svg");
}
.bloc-module-conge h2::before {
  content: url("../images/modules/icon-congesabsences-neutral.svg");
}
.bloc-module-conge a:hover h2::before {
  content: url("../images/modules/icon-congesabsences-color.svg");
}
.bloc-module-adminEntreprise h2::before {
  content: url("../images/modules/icon-admin-neutral.svg");
}
.bloc-module-adminEntreprise a:hover h2::before {
  content: url("../images/modules/icon-admin-color.svg");
}
.bloc-module-ndf h2::before {
  content: url("../images/modules/icon-notesfraisadmin-neutral.svg");
}
.bloc-module-ndf a:hover h2::before {
  content: url("../images/modules/icon-notesfraisadmin-color.svg");
}
.bloc-module-frais h2::before {
  content: url("../images/modules/icon-notesfrais-neutral.svg");
}
.bloc-module-frais a:hover h2::before {
  content: url("../images/modules/icon-notesfrais-color.svg");
}
.bloc-module-espace_commun h2::before {
  content: url("../images/modules/icon-espacecommun-neutral.svg");
}
.bloc-module-espace_commun a:hover h2::before {
  content: url("../images/modules/icon-espacecommun-color.svg");
}
.bloc-module-bdes h2::before {
  content: url("../images/modules/icon-bdes-neutral.svg");
}
.bloc-module-bdes a:hover h2::before {
  content: url("../images/modules/icon-bdes-color.svg");
}
.bloc-module-workhour h2::before {
  content: url("../images/modules/icon-workhour-neutral.svg");
}
.bloc-module-workhour a:hover h2::before {
  content: url("../images/modules/icon-workhour-color.svg");
}
.bloc-module-adminWorkhour h2::before {
  content: url("../images/modules/icon-workhour-admin-neutral.svg");
}
.bloc-module-adminWorkhour a:hover h2::before {
  content: url("../images/modules/icon-workhour-admin-color.svg");
}
.bloc-module-depot_async h2::before {
  content: url("../images/modules/icon-depot-neutral.svg");
}
.bloc-module-depot_async a:hover h2::before {
  content: url("../images/modules/icon-depot-color.svg");
}
.bloc-module a:hover,
.bloc-module a:focus {
  text-decoration:none;
}
.bloc-module a:focus {
  outline:0;
}

/* ------------------------ Page de bienvenue -------------------------- */
/*
.container {
  width: 1248px;
}*/
.container .row.text-center {
  text-align: left;
  margin-top: 20vh;
}
.container .row.text-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row .col-md-offset-2 {
  margin-left: unset;
  width: unset;
}
/* .container .row .text-center {
  text-align: left;
} */
.container .row .text-center .btn-transparent {
  background-color: #2E80C3;
  color: #FFF;
  font-size: 12px;
  border-radius: 20px;
  border: none;
  outline: none;
}
.container .row .text-center .btn-transparent:hover {
  color: #d9d9d9;
  text-decoration: none;
  background-color: #1f5785;
}

/* ----------------------------- Footer ------------------------------- */

footer {
 /*position: absolute;
 height: 150px;*/
 /*margin-top:50px;*/
 /* min-height:150px;
 bottom: 0;
 width: 100%;
 background:#1E2F3A; */
 display: none;
}

.logo_footer {
 float:left;
 margin-left:40px;
 width:100px;
 height:100px;
 margin:20px 40px 0 40px;
 /*background:url("images/logo_footer.png");*/
}

.logo_text {
 float:left;
 margin-left:20px;
 /*border:solid 1px red;*/
 width:200px;
 padding-top:10px;
}

.logo_text h3 {
 color:#36A9E0;
 font-size:14px;
 border-left:solid 4px #36A9E0;
 padding-left:10px;
}
.logo_text li, .logo_text li a {
 color:#FFF;
 font-size:12px;
 margin-left:0px;
}
.logo_text ul {
 margin:0;
 padding:0;
}

.logo_text li {
 border-left:solid 2px #FFF;
 list-style-type:none;
 padding-left:10px;
 margin-bottom:4px;
}

.footer {
 margin-top:100px;
 clear:both;
 height:190px;
 /*background:url("images/bg-footer.png") no-repeat;*/
 position:relative;
 text-align:center;
}
.footer_logo {
 position:absolute;
 top:15px;
 left:70px;
}
.footer_copy {
 position:absolute;
 top:140px;
 font-size:0.7em;
 color:#B3B3B3;
 width:100%;
}

/* ---------------- styles récupérés de la page login --------------- */
.spacer-2 {
  padding: 1rem 0 0;
  /* text-align: right; */
  float: right;
}
.spacer-2 a {
  font-weight: normal;
  color: #3F5265;
  font-family: "Open Sans";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
}
.spacer-2 a::before {
  content: url("../images/picto/help-circle-dark.svg");
  vertical-align: middle;
  margin-right: 1rem;
}
.field-icon {
  float: right;
  margin-right:14px;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor:pointer;
  color:#333;
}
.eye-slash {
  margin-top:-25px !important;
}
#password {
  line-height: 1em !important;
}

/* ---------------- styles récupérés de la page bienvenue ---------------
Ronan, j'ai laissé l'appel à un bootstrap et font-awesome sur cette page
Dis moi s'il faut l'enlever
*/
  .row {
   position:relative;
  }
  .pushtobottom {
    position: absolute;
    right:0;
    bottom:0;
  }
  .macbook {
    min-height:291px;
    min-width:421px;
    background:url("images/bienvenue-macbook.png") no-repeat right bottom;
  }
  .blurp { border:solid 1px red}
  .bienvenue li:before {
    /* font-family: 'FontAwesome';
    content: '\f058';
    font-size:1.2em;
    font-style:normal;
    margin-right:10px; */
    content: url("../images/picto/chevron-right.svg");
    vertical-align: sub;
  }
  ul.bienvenue { list-style-type: none; padding-left: 0; }
  .bienvenue li { font-size:1.3em; font-style:italic; margin-bottom:15px;}
  .btn-transparent{
    background: transparent;
    color: #F2F2F2;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  .dontshowagain {
   display:inline-block;
   margin-top:20px;
   font-size:0.9em;
   margin-bottom:50px;
  }

/* ---------------- styles récupérés de la page module --------------- */
  .module-bleu { background:#FFF; }
  .module-bleu h2 { color:#2D3F51; }

/* ---------------- responsive --------------- */
@media (max-width: 576px) {
  .container {
    width: 290px;
  }
  .form-signin {
    width: 290px;
  }
  .form-signin .shadow-bloc-offre {
    left: unset;
  }
  #divLogin {
    width: unset;
  }
  .cloud .container .user-nav {
    position: unset;
  }
  img[alt="E-Cloudpay"] {
    width: 200px;
  }
  .form-signin button[type=submit].btn-block {
    width: unset;
  }
  .cloud .container .col-lg-5 {
    width: 100%;
  }
  .cloud .container .col-lg-5:nth-of-type(2) {
    display: none;
  }
  .selectCompanySmallTxt {
    display: none;
  }
  #module-utilisateur {
    width: 100%;
  }
  #module-entreprise {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  #module-entreprise h2 {
    white-space: normal;
  }
  #module-entreprise .entrepriseTitle {
    padding-left: 1.5rem;
  }
}
