
*{
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:before, *:after
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body
{
	height:100%;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:25px;
	background:#83a697;
	margin: 0;
}

td 
{ 
	vertical-align:center; 
}

img 
{ 
	border:0; 
	margin:0; 
	padding:0;
}

h2
{
    color:#83a697;
    font-weight:900;
}

h3
{
    color:#159238;  
}

.container
{
	width: 1170px;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}

.row {
  	margin-right: -15px;
  	margin-left: -15px;
}

.formulaire
{
 	position: relative;
  	min-height: 1px;
 	padding-top:50px;
  	padding-right: 15px;
  	padding-left: 15px;
}

.bloc_form
{
  	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}

.bloc_left 
{
    width: 75%;
	float: left;
}
  
.formulaire
{
    width: 25%;
	float: left;
}

.form-control
{
 	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
         	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus
{
  	border-color: #66afe9;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
         	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder
{
  	color: #999;
  	opacity: 1;
}

.form-control:-ms-input-placeholder
{
  	color: #999;
}

.form-control::-webkit-input-placeholder 
{
  	color: #999;
}

.form-group
{
  	margin-bottom: 15px;
}

.btn
{
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		    user-select: none;
	   background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float:right;
	color: #fff;
	background-color: #83a697;
	border-color: #83a697;
}

.navbar
{
	/*position: relative;*/
	height: 60px;
	padding:5px 0 7px 0;
	/*margin-bottom: 20px;*/
	/*border: 1px solid transparent;*/
	background-color:#2868aa;
	/*border-color: #fff;*/
	border-bottom: 1px solid #fff;
	/*border-color: 1px solid #fff;*/
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	/*border-width: 0 0 1px;*/
}

.brand
{
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar > .container .brand
{
    margin-left: -15px;
	margin-top:-10px;
}


.navbar-text
{
	float: left;
    margin-right: 15px;
    margin-left: 15px;
} 
  
.logo
{
	border:none;
    padding-top:1px;
	margin-top:-6px;
	margin-left:auto;
	margin-right:auto;
}

#home
{
	height:100%;
	background: url(../images/infirmiere.png) no-repeat center center;
	padding: 0;
	-webkit-background-size: cover;
	background-size: cover;
} 

#home h1
{
    padding:150px 20px 20px 0px;
    color:#f87c38;
    font-size:40px;
}

#home .head-text span 
{
    display: block; 
    font-size: 25px; 
    color: #2868aa; 
    margin-bottom: 25px;
} 

#home .head-text span >i 
{
    margin-right: 10px; 
    color: #83a697;
}

#home .overlay
{
     background:url(../images/point.png);        
     height:100%;
	 border-bottom:1px solid #fff;
}

.div-trans
{
	padding-top: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 220px;
	margin-top: 150px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.div-trans i 
{
    margin-left: 15px; 
    margin-right: 10px; 
    color: #83a697;
} 

.div-trans span 
{
   color: #ff0000;
} 

.div-trans button 
{
   background-color: #83a697;
} 

#home .form-control 
{
   background-color:transparent;
}

.libelle 
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.titre_form
{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.copyright
{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:25px;
	background:#83a697;
	margin: 0;
	
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;

	text-align:center;
	padding:7px;
	color:#fff;
}

.copyright a
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

.copyright a:hover
{
	color:#f87c38;
	font-weight:normal;
	text-decoration:none;
}

@font-face
{
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
}

.libelle:before
{
    content: "";
}
