.container {
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
	font-size:36px;
	font-family: 'Cabin', sans-serif;
	text-transform:uppercase;
	line-height:36px;
	font-weight:bold;
}


h3 {
	font-size:1.2em;
	font-family: 'Cabin', sans-serif;
	font-weight:bold;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 0px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	text-align:left;
}

body a{
	text-decoration:underline;
	color:#000;
}

body a:hover{
	text-decoration:none;
	color:#000;
}

.container{
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

.col-md-3{
	width:290px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.col-md-6{
	width: 650px;
	padding: 0;
	padding-top:20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.projet{
	margin-bottom:20px;
	height:70px;
	width:250px;
	background-color:#000;
}

.projet img{
	max-height:150px;
	max-width:250px;
}

.apercu{
	margin-bottom:20px;
	background-color:#000;
}

.apercu img{
	width:650px;
}

.content{
	margin-bottom:20px;
	padding:20px;
	width:250px;
	color:#000;
	background-color:#cbbc9d;
}

.hide{
	display:none;
}

.content p{
	margin:0;
	padding:0;
}

div {
display: block;
}

.col-md-3, .col-md-6{
	float: left;
}

.col-md-3::-webkit-scrollbar,.col-md-6::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
.col-md-3::-webkit-scrollbar-track,.col-md-6::-webkit-scrollbar-track {
	background-color: rgba(113,112,107,0.1);
	-webkit-border-radius: 0px;
}
.col-md-3::-webkit-scrollbar-thumb:vertical,.col-md-6::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 0px;
}
.col-md-3::-webkit-scrollbar-thumb:horizontal,.col-md-6::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 0px;
}

[class*="col-"] {
	padding-bottom:0;
}