body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
.index header {
    height: 100%;
    margin-bottom: 40px;
    background-image: url('../img/innoserve.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
header h1 {
    margin-top: 20px;
}
header p {
    font-size: 24px;
    color: #fff;
}
header h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.connexion header,
.informations header,
.formation header {
    border-bottom: 2px solid #e4eaed;
}
.connexion header h1,
.informations header h1,
.formation header h1 {
    float: left;
    margin-top: 50px;
    width: 440px;
}
header .menu {
    position: relative;
    float: right;
    margin-top: 50px;
    padding-right: 150px;
}
header .burger-menu {
    width: 40px;
    cursor: pointer;
}
header .menu-list {
    display: none;
    background: #fff;
}
header .menu-list.active {
    display: block;
    position: absolute;
    left: 0px;
    width: 200px;
    padding: 15px;
    list-style-type: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);

}
header .menu-list.active li {
    margin-bottom: 10px;
}
header .menu-list.active li a {
    font-size: 16px;
    color: #4a4f54;
}
.connexion h2,
.informations h2,
.formation h2 {
    margin-top: 100px;
    color: #4a4f54;
    font-size: 40px;
    text-align: center;
}
.connexion h3,
.informations h3,
.formation h3 {
    margin-top: 20px;
    color: #4a4f54;
    font-size: 20px;
    text-align: center;
    padding-bottom: 80px;
}
.formation h3 {
    padding: 0;
}
.formation h4 {
    margin-top: 20px;
    color: #5b6977;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding-bottom: 80px;
}
.informations header .burger-menu span,
.formation header .burger-menu span {
    display: block;
    height: 2px;
    background: #4a4f54;
}
.informations header .burger-menu span:first-child,
.formation header .burger-menu span:first-child  {
    margin-bottom: 4px;
}
.informations header .burger-menu span:last-child,
.formation header .burger-menu span:last-child {
    margin-top: 4px;
}

 .connexion form input { 
     width: 100%; 
     height: 60px; 
     padding-left: 15px; 
     border: 1px solid #e2e8ec; 
     border-radius: 6px; 
    /* color: #88959e; */
} 


form input.button {
    height: 40px;
    margin-top: 10px;
    background: #0098ce;
    color: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
form input.button:hover,
form input.button:focus,
form input.button:active {
    background: #fff;
    color: #88959e;
    border-color: #0098ce;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}

form input.submit {
    height: 70px;
    margin-top: 20px;
    background: #0098ce;
    color: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
form input.submit:hover,
form input.submit:focus,
form input.submit:active {
    background: #fff;
    color: #88959e;
    border-color: #0098ce;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.connexion form p {
    margin-bottom: 20px;
}
.connexion a.lost {
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
    color: #88959e;
    border-bottom: 2px solid #e2e8ec;
}
.login a {
    margin-bottom: 40px;
    padding: 7px 12px;
    border: 2px solid #ff0000;
    border-radius: 30px;
    /*background: transparent;*/
	background: #ffffff;
    font-size: 20px;
    color: #ff0000;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.login a:hover,
.login a:focus,
.login a:active {
    background: #ff0000;
    color: #fff;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.informations .title {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #88959e;
    text-align: center;
}
.informations input {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    border: 0px;
    border-bottom: 1px solid;
    border-color: #e2e8ec;
    text-align: center;
    color: #88959e;
}
.informations .last-login p {
    text-align: left;
}
.informations .last-login p span {
    font-weight: 400;
}
.formation article {
    margin-bottom: 20px;
}
.formation article .content {
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.formation article .content .block-img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.formation article .content .block-content {
    padding: 15px;
    background: #fff;
}
.formation article .content p {
    font-size: 13px;
    color: #88959e;
}
.formation .question {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 100px;
    border-radius: 10px;
    background: #f4f4f3;
}
.formation .question h4 {
    font-size: 32px;
    font-weight: 500;
}
.formation .question p {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
}
.formation .question .btn {
    padding: 7px 12px;
    font-size: 16px;
    background: #ee7b2a;
    color: #fff;
}
footer {
    padding: 0px 0;
}
footer .border1 {
    display: block;
    height: 8px;
    margin-bottom: 10px;
    background: #e7461d;
}
footer .border2 {
    display: block;
    height: 8px;
    margin-bottom: 10px;
    background: #ee7b2a;
}
footer .border3 {
    display: block;
    height: 8px;
    background: #0098ce;
}
footer p {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: right;
    color: #88959e;
}
