@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700);

body{
    font-family: 'Poppins', sans-serif;
    background-color: #ccc;
    background-image:url(../images/fond.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    display:block !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}
h2{
    font-size:25px;
    color:#be1818;
}
h3{
    font-weight:lighter;
}
.row {
    margin-bottom: 20px;
    margin-left:0;
    margin-right:0;
}
.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}
[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  /*  background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);*/
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.container{
    background-color:black;
    width:100%;
	padding:0;
	color:white;
}
.content{
	text-align:center;
	font-size:25px;
}
.content-title{
    padding-top:80px;
    padding-bottom:20px;
	color:white;
}
.content-highlight{
	background:url(../images/highlight-1.png) top center no-repeat;
	margin:10px 0;
	font-size:20px;
}
.content-highlight-2{
	background-image:url(../images/highlight-2.png);	
}

/**** header ***/
.page-header{
    background-color:black;
	border:0;
	padding:20px 25px 0 25px;
    margin: 0;
}
.page-header-logo{
}
.page-header-contact{
	text-align:right;
	padding-right:25px;
}
.banniere{
    background:url(../images/banniere-haut.png) center center no-repeat;
    height:220px;
    margin: 0;
}
.picto{
	display:inline-block;
    margin-bottom:40px;
}
.title{
	background-color:#be1818;
	text-align:center;
	font-size:30px;
	color:white;
	margin:0 !important;
} 
.programme, .partenaires{
	background-color:white;	
	margin:0 !important;
	color:black;
    padding-top:40px;
    text-align:center;
}
.partenaires{
    font-size:18px;
}
.partenaires img{
    margin:20px 20px;
}
.event{

    padding-bottom:25px;
	border-bottom:1px black solid;
    margin-bottom:25px;
    font-size:18px;
}
.icone-date{
    display:inline-block;
    height:25px;
    width:28px;
    vertical-align:middle;
    background:url(../images/icone-date.png) center center no-repeat;
}
.icone-lieu{
    display:inline-block;
    height:25px;
    width:34px;
    vertical-align:middle;
    background:url(../images/icone-lieu.png) center center no-repeat;
}
.footer{
    background-color:black;
    background:url(../images/footer.png) center center no-repeat;
    color:white;
    font-size:25px;
    text-align: center;
    height:200px;
}
/* Ajustements Responsive */
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1025px}}
@media (max-width:768px){
    .page-header-logo img{
        width:100%;
    }
    .partenaires img{

    }
}