body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/**********************************************************************************************/
/***************************************Page de login******************************************/
/**********************************************************************************************/
.login-header img{
    width: 100%;
}
.login-header{
    box-shadow: 0px 0px 10px #333;
}
.login-section{
    padding-top: 20px;
}
.login-section h3{
    text-align: center;
    margin-top: 0;
}
.log{
    width: 30%;
    min-width: 300px;
    margin: auto;
}

.input-group-vertical input{
    height: 60px;
    font-size: 1.3em;
}
.input-group-vertical input:first-child{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-image: url('../img/user-pic.png');
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 10px;
    padding-left: 50px;
}
.input-group-vertical input:nth-child(2){
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-image: url('../img/pass-pic.png');
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 10px;
    padding-left: 50px;
}
.input-group-vertical button{
    height: 60px;
   margin-top: 20px;
   background-image: linear-gradient(#48d1cc,#48f1cc);
   font-size: 1.5em;
   color: white;
   font-weight: bold;
}

/**********************************************************************************************/
/**************************************FIN Page de login***************************************/
/**********************************************************************************************/

/**********************************************************************************************/
/********************************************* Main *******************************************/
/**********************************************************************************************/

.navbar{
    height:65px;
    box-shadow: 0px 2px 8px #ccc;
    background-image:linear-gradient(#f7f7f7,#fef9f9) ;
}
.navbar ul {
    position: relative;
    float: right;
    right: 10%;
    list-style-type: none;
}
.navbar ul li{
    text-align: center;
    float: left;
    margin-left: 15px;
}
.navbar ul li a{
    /*background-image: linear-gradient(#48d1cc,#48f1cc);*/
    display: block;
    color: #48f1cc;
}
.login-section h3{
 font-size: 2.8em;
}
.main-menu{
    position: relative;
    top: 40px;
    margin: auto;
    text-align: center;
}
.menu-item{
    text-align: center;
    display: inline-block;
    float: none;
    margin-bottom: 15px;
}
.menu-item img{
    width: 70%;
    margin-bottom: 10px;
}
.section-title{
    background-color: #48d1cc;
    height: 100px;
    font-size: 3em;
    text-align: center;
    line-height: 100px;
    color:white;
    margin-bottom: 15px;
}
.cbtn{
   height: 60px;
   line-height: 60px;
   margin-top: 20px;
   background-image: linear-gradient(#48d1cc,#48f1cc);
   font-size: 1.3em;
   color: white;
   font-weight: bold;
   display: inline-block;
}
.col-lg-3{
    width: 23%;
}

.formulaire{
   /* margin-top: 20px;*/
}
.formulaire input{
    height: 60px;
    font-size: 1.3em;
}
.formulaire select{
    height: 60px;
    font-size: 1.3em;
}
.coldisplay{
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.coldisplay-small{
  width: 30%
}
.coldisplay-large{
  width: 65%
}
.coldisplay span{
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 2em;
    display: inline-block;
}
.coldisplayctn{
    width: 80%;
    margin: auto;
}
.medium-control-inline{
    width:200px;
    display: inline-block;
}
.medium{
    width: 200px;
}
.centre{
    text-align: center;
    margin: auto;
}
.marks_view_head{
    margin-bottom: 15px;
    min-height: 50px;
}
.marks_view_head button{
    margin: 0;
    line-height: 26px;
}
.thead td{
    border-top: solid 1px #ddd;
    border-bottom: solid 2px #ddd;
    border-left: solid 2px rgba(221,221,221,0.3);
    /*box-shadow:0px 0px 1px #777;*/
}
.line:hover{
    background-color: rgba(0,186,195,.1);
}
#note{
    height: 60px;
    font-size: 1.4em;
}
textarea.newsdesc{
  resize: none;
  height: 180px;
}
#preview{
  width: 235px;
  height: 155px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#preview img{
  width: 100%;
}
.news img{
  width: 100%;
}
.imgctn{
  height: 230px;
}
.news span{
  display: block;
}
.news p{
  text-align: justify;
  height: 60px;
  overflow: hidden;
}
.news a{
  position: absolute;
  bottom: 10px;
}
.news{
  margin: 55px;
  padding: 15px;
  box-shadow: 0px 0px 3px #d1d1d1;
  height: 400px;
  overflow: hidden;
}
#endFill{
  display:none;
}
.main-ctn{
    width:100%;
    text-align: center;
}