@charset "utf-8";
/* CSS Document */

body{
	background:#f1f9f9;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

.signin-form, .body-container
{
	//border:solid red 1px;
	margin-top:110px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}

.info,.pagination-wrap{text-align: center;}
h2{padding: 10px;}
.homepage{margin-top: 50px; text-align: center;}
th,td{border: 1px solid gray;padding:5px;}

.logo{
position: relative;
    width: 70px;
    height: 40px;
}

#navbarResponsive a{
    color: #13A19A;
}

#navbarResponsive .suivi{
    color: #ffffff;
}

.card-solution{
    padding: 10px 10px 40px 40px;
}


.abonne{
    margin-top: -20px;
}


.abonne p{
	font-size: 1.5em;
	padding: 50px 10px 10px 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

.abonne a{
    font-size: 1.5em;
    font-weight: bold;
    color: #13A19A;
}

.abonne a:hover{
   text-decoration: none;
}

.all-card{
    margin-bottom: 100px;
}

.about{
    margin: 30px 0 30px 0;
}

.jumbotron-margin{
    margin: 90px 90px 540px 90px;
}
.jumbotron-margin h1{
    font-weight: bold;
    font-size: 3.5em;
    text-align: center;
}

.jumbotron-margin p{
    text-align: center;
    margin-top: 20px;
}
