@charset "utf-8";
/* CSS Document */
body{
	margin:0;
padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
    background-color: #000!important;
    color:#fff!important;
}
.lead{
    color:#fff;
}

h2{
    font-size: 25px;
}
.btn{ background-color: #fff!important;
color:#000!important;

}
.container{
    border:2px solid #fff;
    margin-top: 2%;
     margin-bottom: 2%;
    padding: 20px;
}
main img{
    max-width:100%;
    margin-bottom: 30px;
}
a.partage{
    text-transform: uppercase!important;
    color: #fff!important;
    font-weight: bold!important;
    text-decoration: none;
}
@media screen and (max-width:980px){
	
}
@media screen and (max-width:580px){
.container{
    border:2px solid #fff;
    width: 98%!important;
    
}
	main img{
    max-width:80%;
}
}