
/* MARKUP */

html {
	height: 100%;
	min-height: 590px;/*ADD*/
}

h1 {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 200;
  color: #FFF;
}

a img {
	border:none;
}


body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #2b2c31;

  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f0f0f0, #ffffff);
  background: -moz-linear-gradient(center bottom, #f0f0f0 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
}
input[type=text], input[type=password] {
  margin: 10px 0;
  padding: 3px 0 3px 10px;
  width: 75%;
  border: none;
  background-color: #e9e9e9;
  border: none
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=submit]/**, .form-button**/ {
  margin: 15px 0 0 0;
  background-color: #777;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  padding: 4px 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-size: 13px;
  font-weight: 200;
  border: none;

}

input[type=submit]:hover, /**.form-button:hover,
**/input[type=submit]:focus/**, .form-button:focus**/ {
  text-decoration: none;
  background-color: #444444;
  color: white;
}

/* ID */

#header {
  margin: auto;
position: absolute;
width: 1170px;
display: block;
padding: 0px;
top: 0;
left: 0;
right: 0; 
}

#contactInformation {
  background: #b6ca29;
  padding: 0 12px 0 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 24px;
  
  font-size:11px;
  float: right;
}

/**#logo {
  height: 130px;
  position: absolute;
  top: 0;
}
**/
#contactInformation img {
  margin-top: -1px; 
}

#footer {
  position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 50%;
position: absolute;
bottom: 0;
width: 1170px;
background-color: #777;
margin-left: 0px;
font-weight: 500;
color: white;
clear: both;
margin-top: 50px;
display: block;
margin-right: 0;
margin: auto; 
border-top-right-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 5px;
}

#footer a {
  color: white;
}

#footer ul {
  padding: 18px 0 18px 20px;
  margin: 0;
  float: left;
  list-style-type: none;
}

#footer li {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  margin: 0 4px 0 10px;
  float: left;
  display: inline-block;
  white-space: normal;
}

#footer img {
  float: right;
  margin-right: 5px;
}

#environnement  {
background: #f0f0f0;
	color: blue;
	text-align: center;
	font-style: bold;
	font-size: 20pt;
	background-color: #ffffff;
}

#login {
  position: absolute;
  top: 42%;
  left: 50%;/*CHANGE 50*/
  height: 350px; /*CHANGE 265*/ /*modifie*/
  width: 457px; /*CHANGE 457*/
  margin: -122px 0 0 -228px;/*CHANGE 228*/
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

#sncfLogo{
        margin-top: -19px;
}

.login-part input[type=submit] {
  width: 192px;
  margin-top: 5px; /*Modifie*/
}

.access {
  font-size: 16px;
  padding: 6px 0 10px;
}

.modal-dialog{
  max-width:80%;
}

#errormsg {
  color:red; 
  text-align:left; 
  margin: 10px 20px 10px;
}

/* CLASS */

.container {
  position: relative;
  height: 100%;
}

.container a:link {
  text-decoration:none;
}

.container a {
        text-decoration:none;
}

.container a:hover {
  text-decoration:underline;
}

.clear {
  clear:both; line-height: 0; padding: 0; margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
  font-size: 11px;
}

.login-header h1 {
  background-color: #067ea3;
  line-height: 32px;
  text-align: center;
}

.login-header .indicator {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #067ea3;
}

/**.phone-number {
  font-size: 12px;
  color: #1F9DE6;
  position: absolute;
  left: 65px;
  top: 0px;
}
**/
.info img {
  margin : -6px;
}

.info{
  font-size:11px;
  line-height: 28px; 
}

.phone img {
  margin : -4px;
}

.phone {
  font-size:11px;
  display: inline-block;
  position: relative;
  line-height: 24px;
}

.login-part {
  height: 164px;
  width: 192px;
  padding: 0 18px;
}

#combPhone{
	margin-top:-11px !important;
}
/*
.login-part.first {
  border-right: solid 1px #DDD;
}
*/
/**.login-part.first a {
  padding-right: 2px;
  color: #007ea3;
  font-weight: 200;
  font-size: 12px;
  width: 118px;
}
**/
/**.login-part.first a img {
  margin-right: 6px;
}
**/
/**.login-part .form-button {
  width: 192px;
  margin-top: 24px;
}
**/


@media only screen and (max-width:980px) {
 #login {
  position: absolute;
  top: 42%;
  left: 50%;/*CHANGE 50*/
  height: 390px; /*CHANGE 265*/
  width: 230px; /*CHANGE 457*/
  margin: -122px 0 0 -122px;/*CHANGE 228*/
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
 }

 .info{
  font-size:30px;
  line-height: 30px;
  margin-right:-27%;
  margin-left:-20%;
}

.phone {
  font-size:30px;
  display: inline-block;
  position: relative;
  line-height: 40px;
  margin-right:-29%;
  margin-left:-20%;
}

#contactInformation img {
  margin-top: 0%; 
}

#contactInformation {
  
  font-size:64%;
  padding: 0 21% 0 18%;
  margin-right: -2%;
  }

  #sncfLogo{
        margin-top: -5px;
        margin-left: 95px;
  }

  #footer ul {
  padding: 30px 0 18px 20px;
  margin: 0;
  float: left;
  list-style-type: none;
  font-size :12px;
}

#footer li {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  margin: 0 4px 0 10px;
  float: left;
  display: inline-block;
  white-space: normal;
  }

#footer img {
  float: right;
  margin-right: 5px;
  margin-top : -87px;
  }

  .access {
  font-size: 12px;
  padding: 6px 0 10px;
  }

  body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #2b2c31;
  }
}

@media only screen and (max-width:980px) {

  #header {
  margin: auto;
position: absolute;
width: auto;
display: block;
padding: 0px;
top: 0;
left: 2%;
right: 4%; 
}

.login-header h1 {
  background-color: #067ea3;
  line-height: 159%;
  text-align: center;
  font-size:119%;
  padding-right:4%;
  margin-top: 39%;
}

#footer {
  position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 200px;
position: absolute;
bottom: 0;
width: auto;
background-color: #777;
margin-left: 0px;
font-weight: 500;
color: white;
clear: both;
margin-top: 50px;
display: block;
margin-right: 0;
margin: auto;
border-top-right-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 5px; 
}

#footer img {
  float: right;
  margin-right: 2%;
  margin-top : 3%;
  margin-left:287px;
  margin-bottom:6%;
  }

  #footer li {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  margin: 0 6% 0 3%;
  float: left;
  display: inline-block;
  white-space: normal;
  margin-top:27%;
  }


  #sncfLogo{
        margin-top: 3%;
        margin-left: 44%;
  }

  #im-task-body{

    padding:0 0% 0% 4%;
  }

  #container{

    width:auto;
  }

    body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 94%;
  color: #2b2c31;
  }
  
    #li1{
	background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 24px !important;
  margin: 0 6% 0 3% !important;
  float: left !important;
  display: inline-block !important;
  white-space: normal !important;
  margin-top:1% !important; 
	margin-bottom: 4% !important;
  }
  
   #li2{
	background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 24px !important;
  margin: 0 6% 0 3% !important;
  float: left !important;
  display: inline-block !important;
  white-space: normal !important;
  margin-top:2% !important; 
	 margin-bottom: 2% !important; 
  }
  
  #main-form{
	margin-top:40%;
}

  
  }
  




