html,body{overflow-x: hidden}
body{
  font-family: 'Roboto';
  /*background: linear-gradient(rgba(255, 255, 255, 1), rgba(240, 250, 240, 0.65));*/
  background: #FFF;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin:0;
}
p{
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:22px; 
color:#555;
}
p span{
  font-weight: 500;
}
a{
outline: none;
color: #555;
font-size: 14px;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
h1{
  text-transform: uppercase;
  font-family: 'Roboto';
  display: block;
  font-size: 25px;
  color: #99ab9a;
  text-align: left;
  margin: 0.5rem auto;
  font-weight: 500;
  line-height: 13px;
}
h1 span{
  text-transform: none;
  font-family: 'Roboto';
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  font-weight: 300;
}
h2, h2 a{
  text-transform: uppercase;
    font-family: 'Roboto';
    display: block;
    font-size: 40px;
    color: #99ab9a;
    text-align: center;
    margin: 0.5rem auto;
    font-weight: bold;
}
h3, h3 a{
    font-family: 'Roboto';
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #219EBC;
    text-align: center;
    margin:0.5rem auto;
}
h4{
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #444;
    text-align: left;
    margin: auto;
    width: 90%;
}

.tcenter{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.container{
  position: relative;
  min-height: 100%;
}
.line1{
  width:20%;
  height: 1px;
  margin:1.5rem 0;
  border-bottom: 2px solid #F2A92E;
}
.line2{
  width:20%;
  height: 1px;
  margin:1rem 0;
  border-bottom: 2px solid #F2A92E;
}
.line3{
  width:35%;
  height: 1px;
  border-bottom: 4px solid #F2A92E;
  position: absolute;
  left:0;
  top:0;
}
a.icon_right{
  font-size:12px;
  color: #555;
  line-height: 22px;
  font-weight: 100;
  float: right;
  margin-top: 7px;
  cursor: pointer;
}
/**********Espace projet ******/
#login{
  background-image: linear-gradient(135deg, rgba(00, 00, 00, 0.667), rgba(51, 51, 51, 0.667)), url(../images/bg1.jpg);
  background-size: cover;
  height: 100vh;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 100px;
    padding-left: 60%;
    -webkit-box-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#login .link_site{
  position: absolute;
  top:1rem;
  left:1rem;
}
#login .link_site a{
  color:#fff;
  font-weight: 300;
  font-size: 16px;
}
#login .link_site a:hover{
  color:#F1F1F1;
}
#login .link_site a i{
 margin-right: 5px;
}
#login .bloc_content{
  display: flex;
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
    color: rgb(48, 73, 95);
    box-shadow: rgb(34 34 34 / 25%) 3px 3px 20px -2px;
}

#login .bloc_content .content{
 display: flex;
flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index: 0;
    padding: 20px 30px;
}
#login .bloc_content .content .logo{
  width:70%;
  margin:1rem auto;
}
#login .bloc_content .content h1{
  font-size:25px;
  font-weight: 600;
  color:#000;
  text-transform: uppercase;

}
#login .bloc_content .content h1 span{
  font-size:15px;
  font-weight: 300;
  color:#000;
  text-transform: none;
}
#login .bloc_content .content p.footer{
  font-size:10px;
  margin: 0;
}
#login .bloc_content .content .form-login{
  width:100%;
  margin-top:2rem;
}
#login .bloc_content .content .div-input-login{
  width: 100%;
  background: rgba(48, 73, 95, 0.09);
  transition: background-color 400ms ease 0s;
  border-radius: 5px;
  opacity: 1;
  margin: 1rem auto;
  height:40px;  
  border-radius: 4px;
  position: relative;
}
#login .bloc_content .content .div-input-login input{
  border:none;
  background: none;
  height:40px;
  width:85%;
  float: right;
  padding-left: 5px;
  outline: none;
}
#login .bloc_content .content .div-input-login .ico{
  position:absolute;
  left:5px;
  height: 40px;
  width:40px;
  text-align: center;
}
#login .bloc_content .content .div-input-login .ico i{
  color:#555;
  line-height: 40px;
}
#login .bloc_content .content .div-submit-login{
  margin-top:1.5rem;
}
#login .bloc_content .content .div-submit-login p.login-error{
 font-size:10px;
 color:red;
 margin: 0;  
 height:20px;
}
#login .bloc_content .content .div-submit-login .submit_btn{
  background: #023047;
  color:#FFF;
  width:100%;
  height: 40px;
  border:none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: barlow, sans-serif;
  margin-top: 0.5rem;
}
#login .bloc_content .content .div-submit-login .submit_btn:hover{
  background: #054768;
}

/***** Espace projet *******/
#projet #header{
  background: #FFF;
  text-align: center;
  width: 100%;
  height: 55px;
  padding: 0;
  border-bottom:2px solid #023047;
}
#projet #header #logo{
  position: absolute;
  width: 10%;
  top:0px;
  left:1rem;
  height: 55px;
  display: flex;
  align-items: center;
}
#projet #header #logo img{
  width: 100%;
  margin:0;
}
#projet #header #log{
  float: right;
  height: 55px;
}
#projet #header #log ul{ 
padding:0;
margin:0;
height: 55px;
align-items: center;
display: flex;
}
#projet #header #log ul li{ 
  list-style: none;
  color:#333;
  display: inline-flex;
  height: 55px;
  align-items: center;
}
#projet #header #log ul li.user p{ 
  font-size:20px;
  padding-bottom: 0px;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0 0 0;
}
#projet #header #log ul li.user p span{ 
font-size:12px;
font-weight: 200;
padding-bottom: 0px;
}
#projet #header #log ul li.user_logo{ 
  padding: 0px 1rem;
}
#projet #header #log ul li.user_logo p{ 
font-size:42px;
}
#projet #header #log ul li.out{ 
 background: #F1F1F1;
 height: 55px;
 padding: 0px 1rem;
}
#projet #header #log ul li.out a{ 
 line-height: 55px;
 font-size: 16px;
}
#projet .left_column{
background:#023047;
position: relative;
display: inline-block;
/*-webkit-box-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
flex-direction: column; */
width:5%;
min-height: 100vh;
height: 100%;
}
#projet p.footer{
  position: absolute;
  bottom: 5px;
  color: #FFF;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
    width: 5%;
}
#projet .right_column{ 
min-height: 100vh;
display: inline-block;
position: relative;
width: 95%;
vertical-align: top;
}
#projet .right_column #bloc_content{ 
margin: 0.5rem auto 0 auto;
width: 98%;
}
#projet .menu {
  width: 100%;
  opacity: 1;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
}
#projet .toggleMenu {
    display:  none;
    background: #444;
    padding: 10px 0px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#projet .icon_bar{
  width: 40px;
    display: inline-block;
}
#projet .bar{width: 25px;
    height: 3px;
    background: #fff;
    margin: 0.3rem;}
#projet .toggleMenu span{
    vertical-align: top;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 20px;
    line-height: 28px;
  }
#projet .nav {
    list-style: none;
    position: relative;
    margin-top:0px;
    padding: 0px;
    margin: 0px;
    z-index: 999;
    cursor: pointer;
}
#projet .nav a {
    color:#fff;
}
#projet .nav > li {
    float: left;
    z-index: 200;
    list-style: none;
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
#projet .nav > li:hover {
  background: #054768;
  border:0;
}
.nav li.current {
  background: #054768;
  border:0;
}
#projet .nav > li > a {
    display: block;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer;
    padding:0.5rem 0;
}
#projet .nav > li > a i{
   font-size: 25px;
   margin-top:5px;
}
#projet .tab_planning{
  width:100%;
  border-collapse: collapse; 
  border-spacing:0px;
  overflow: hidden;
}
#projet .tab_planning td{
  border:none;
  padding:0;
  vertical-align: top;
}
#projet .tab_planning thead tr td{
  font-size:10px;
  color:#999;
  text-align: center;
  padding: 0.5rem 0;
  width:25px;
}
#projet .tab_planning thead tr td.current_day{
  color:#FFF;
  background: #F2A92E;
  z-index: 10;
}
#projet .tab_planning td .today{
  width:2px;
  background: #F2A92E;
  height:90%;
  position: absolute;
  margin-left:23px;
  margin-top:5px;
}
#projet .tab_planning tbody{
  overflow-x: auto;
  position: relative;
}
#projet .tab_planning tbody td.day{
  border-right:1px solid #E1E1E1;
  border-left:1px solid #E1E1E1;
  padding:0;
  vertical-align: top;
}
#projet .tab_planning tbody td p.color{
 background: #023047;
 height: 35px;
 width:100%;
 vertical-align: top;
 margin:0;
 z-index:20;
}
#projet .tab_planning tbody td p.color2{
 background: #219EBC;
 height: 35px;
 width:100%;
 vertical-align: top;
 margin:0;
}
#projet .tab_planning tbody td p.color.todo,#projet .tab_planning tbody td p.color2.todo{
 opacity: 0.3;
}
#projet .tab_planning td.phase, #projet .tab_planning td.phase_detail{
  width: 250px;
  padding-right: 5px;
}
#projet .tab_planning td.phase h2{
  color:#FFF;
  font-size: 15px;
  background: #023047;
  padding:0.53rem 0;
  font-weight: 500;
  margin:0 auto 0.5rem;
}
#projet .tab_planning td.phase p{
  color:#555;
  font-size: 12px;
}
#projet .tab_planning td.phase{
  width: 250px;
  padding-right: 5px;
}
#projet .tab_planning td.phase_detail h3{
  color:#F2A92E;
  font-size: 14px;
  padding:0.5rem 0;
  font-weight: 400;
  margin:0 auto;
  text-align: left;
}
#projet .tab_planning td.phase_detail p{
  color:#555;
  font-size: 12px;
  margin:0 auto 0.5rem auto;
}
#projet .bloc_head{
  background: #F9F9F9;   
  border-left: 5px solid #F2A92E;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
#projet .bloc_head .content{
  width:100%;
  margin: 0 auto;
}
#projet .bloc_head .content h1{
  background: #F1F1F1;
  padding:0.8rem 0.8rem 1.5rem 0.8rem;
}
#projet .bloc_head .content p.description{
  font-size: 10px;
  font-weight: 300;
  width: 95%;
  margin: auto;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 22%;
  text-align: right;
}
#projet .bloc_head .content p{
  margin:0 0 0 0.5rem;
}
#projet .bloc_head .bloc_left, #projet .bloc_head .bloc_right{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#projet .subcategories{
  width:95%;
  margin:auto;
  padding-bottom: 20px;
  padding-left: 0;
  vertical-align: top;
}
#projet .mini_bloc_1{
  width:98%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 10px auto;
  position: relative;
  background: #FFF;
}
#projet .mini_bloc_2{
  width:48%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 10px auto;
  position: relative;
  background: #FFF;
}
#projet .mini_bloc_3{
  width:48%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 10px auto;
  position: relative;
  margin-left: 1rem;
}
#projet .mini_bloc_1 .mini_bloc_content, #projet .mini_bloc_2 .mini_bloc_content, #projet .mini_bloc_3 .mini_bloc_content {
  padding: 0.5rem 0.8rem;
}
#projet .mini_bloc_1 h2, #projet .mini_bloc_2 h2, #projet .mini_bloc_3 h2 {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  margin: 0.4rem auto;
  color: #023047;
  font-family: oswald;
  font-weight: 400;
}
#projet .mini_bloc_3 h2 {
  text-align: center;
}
#projet .mini_bloc_1 h3 {
  text-align: left;
  font-weight: 400;
  font-family: oswald;
}
#projet .mini_bloc_1 .mini_bloc_content p, #projet .mini_bloc_1 .mini_bloc_content p a{
  font-size: 14px;
  color: #555;
  font-family: oswald;
  line-height: 22px;
  font-weight: 300;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#projet .mini_bloc_2 .mini_bloc_content p{
  font-size: 12px;
  color: #555;
  line-height: 22px;
  font-weight: 300;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#projet .mini_bloc_3 .mini_bloc_content p{
  font-size: 12px;
  color: #777;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 1rem 0;
}
#projet .mini_bloc_3 .mini_bloc_content p span{
  font-weight: 400;
}
#projet .mini_bloc_1 p span{
    font-size: 14px;
    color: #555;
    font-family: oswald;
    line-height: 22px;
    font-weight: 500;
}
#projet .mini_bloc_3 .mini_bloc_content #uploadForm p{
  margin: 0;
}
#targetOuter{
  margin: 0px auto 10px auto;
  border: 1px dotted #ccc;
  padding: 1rem;
  width: 76%;
}
.inputFile{
  color:#777;
}
#userImage{
  font-size: 11px;
  color: #555;
}
p.asterix, p.asterix a {
  font-size: 10px;
  color: #777;
  margin: 10px 0;
  padding: 0;
  font-family: roboto;
  line-height: 12px;
}
input[type="submit" i] {
  background: #023047;
  border: 0px;
  padding: 7px 12px;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
  margin-top: 1rem;
}
input[type="text" i].big{
  width: 80%;
  margin: auto;
  border: 1px solid #E1E1E1;
  padding: 5px;
  color: #555;
}