/*
 * rouge      : #c3233d;
 * rouge text : #efadb8;

  bleu IZLY :#73cff4
  bleu IZLY:hover :#43bef0

  bleu IZLY :#5192CC
  bleu IZLY:hover :#4786B2
 */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; color:#555;text-decoration: none}
a:hover { color:black;text-decoration: none}
/* reset */

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* general page */
body {
  font-family: 'Open Sans','tahoma', 'Verdana', 'sans-serif';
  background-color: #fafafa;
  color:#999;
  font-size: 0.8em;
  line-height: 1.2em;
}
.flc-screenNavigator-view-container{
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  width:600px;
}
p{
  margin-bottom:1em;
}
#logos{
  text-align: center
}
#logo-ephe{
  padding-right:1em;
}
#logo-psl{
  padding:0.5em 1em;
  border-left:2px solid #dedede;
}
.fl-screenNavigator-view{
  border:1px solid #ddd;
  padding: 2em;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}
footer{
  text-align: center;
}
#title{
  margin:1.5em 0;
  padding: 1em 0;
  text-align: center;
  font-size: 2em;
/*  color: #aaa;*/
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
input[type="text"],input[type="password"]{
  border:none;
  border-bottom:1px solid #ccc;
  padding:0.5em 1em;
  width:100%;
  box-sizing: border-box;
  text-align: center
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="password"]:focus{
  border-bottom: 1px solid #5192CC;
  /*border-bottom:1px solid #c3233d;*/
  transition:1s;
}
#lostpass{
  font-weight: bold
}
.wrapper-red{
  background-color: #5192CC;
  padding-left: 0.3em;
  overflow: hidden;
}
#lostpass:hover{
  text-decoration: none;
  color:#c3233d;
}
#submit_wrapper{
  text-align: right;
  margin:3em 0 2.1em;
}
.fl-table{
  width:100%;
  display:table;
}
.fl-row{
  /*display:table-row;*/
}
.fl-cel{
  /*display:table-cell;*/
  vertical-align: middle;
  display:inline-block;
}
.btn-submit{
  padding:0.8em 1em;
  color:#fff;
  font-weight: bold;
  border:none;
  background-color: #5192CC;
  /*background-color: #c3233d;*/
  cursor: pointer;
  width:100%;
}
.btn-submit:hover{
  background-color: #4786B2;
  /*background-color: #d02542;*/
}
.form-group{
  margin:1em 0;
}

#content-security{
  margin-top:2em;
}
#msg{
  margin:2em 0;
  position:relative;
  padding-left:2em;
}

#msg.errors{
  color:#c3233d;
}
#msg.errors::before {
  content: '!';
  width: 1em;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #c3233d;
  color: #fff;
  padding: 3px;
  border-radius: 14px;
  line-height: 1em;
}
#title-ent{
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100px;
  background-color: #c3233d;
  color: #fff;
  font-size: 2em;
  font-weight: bolder;
  padding: 1em;
}
.info_inputs{
  color:#888;
  font-size: 0.95em;
  font-style:italic;
  margin:0.5em 0;
}

#login-success-no-end{
  margin:2em 0
}

.alert-success h2{
  margin-top:2em;
}
.alert-danger ul {
  margin-top: 3em;
  list-style: none;
  color: #d02542;
  font-style: italic;
  font-weight: bold;
}

#in-assoc{  font-weight: bold;}
footer a{
  display:inline-block;
}
footer img{
  margin:1em 2em 0;
}
#card-header{
  margin-bottom:2em;
}
#content-succes{
  margin:0 auto 2em;
  width:90%;
}
#content-succes h2{
  margin-bottom: 1em;
  font-size: 1.4em;
  color: #4BB543;
}
#error{
  color: #D8000C;
  background-color: #FFD2D2;
  padding: 1em
}

#menu{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#menu li{
  display: inline-block;
}

#menu li{
  display: inline-block;
  margin: 0.3em 0;
}
#menu a{
  padding:0.3em 0.5em;
  color :#ccc;
  font-weight: bold
}
#menu a:hover{
  color :#5f6368;
}
#menu a.active{
  color :#5192CC;
}
#content{
  width:90%;
  margin:0 auto 2em ;
}
#infos-rightholder{
  margin:1em;
}
#infos-rightholder li.first {
  font-weight: bold;
}
#infos-rightholder li {
  margin:0 1em;
  list-style-type: disclosure-closed;
}
#blocking-status{
  text-align: center;
  margin:1em;
  font-weight: bold;
}
#blocking-status span {
  color: #cc0000
}
.messages{
  padding:1em;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  font-weight:bold;
}
.ok {
  background-color: #f8fff0;
  color: #547d1c;
  border-color: #547d1c;
}
.error {
  background-color: #f4c8c8;
  color: #b93e3e;
  border-color: #b93e3e;
}
