body{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: black url(img/bg.jpg) center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.showmobile{ display:none; }
.hidemobile{ display:block; }
.caseblanche{
	background-color: white;
    color: #d0ad6d;
    text-align: center;
    padding: 60px 0px;
}
.caseblanche a, .caseblanche:hover{
	color:#d0ad6d;
	text-decoration:none;
}
.main{
	max-width:310px; 
	background-color:black;
	margin-top:215px;
}
.titre{
	font-weight: bold;
    font-size: 21px;
    color: black;
    margin-bottom: 15px;
}












@media (max-width: 1200px) {

}














@media (max-width: 992px) {

}














@media (max-width: 768px) {
  .showmobile{ display:block; }
  .hidemobile{ display:none; }
  .main {
    margin-top: 115px;
}
}







