/******************************************************************
**                                                                **
**                     A PROPOS  main                             **
**                                                                **
*****************************************************************-*/
html,
body {
	height: 100%;
	width: 100%;
	font-family:Helvetica,sans-serif;
	background-color: #f2f2f2;
}

.row { margin: 0; padding: 0 }


#about {
	  height: 93%;
    min-height: 590px;
    padding-top: 140px;
    font-family: 'Roboto';
}

#footer {
	bottom: 0px;
}

h1 {
      color: #7C2371;
      font-size: 32px;
      padding-bottom: 30px;
    }