a:hover
{
text-decoration:none !important;	
}

.logo
{
	width: 100%;
    padding: 1%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}
.marginTopBloc
{
	margin-top:10px;
}
.footer
{
	width: 100%;
    padding: 1%;
    left: 0;
    right: 0;
    text-align: center;
}
.bloc-left
{	
    margin-top: 11%;
    position: absolute;
    text-align: center;
	left: 0;
    right: 0;
	padding:30px;
		o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;


}
.bloc-left:hover
{
	background:rgba(255,255,255,0.2);
	border-radius:50px;
	padding:30px;
	
	
}
h1{
	color:#fff!important;
	font-size:30px!important;
	text-decoration:none!important;
	
}
h2
{
	color:#000!important;
	text-decoration:none!important;
	font-size:20px!important;
	
}
body
{
	background-color:#e8e8e8 !important;
	background: url(../images/bg.jpg)
}
.topheader a:hover
{
	color:#fff !important;

}
.events
{
	color:#fff;
	font-size:13px;

}
.reseau a
{
	float:right;
	margin:0px 5px;
	margin-bottom: 2px !important;

}
.reseau a img
{
	width:28px;
	margin-top: -2px;
}
.connect
{
	font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: #ffffff;
    background-color: #000000;
    border-bottom: 2px solid #e8e8e8;
    padding: 5px 25px;

}
.search input {
  margin-right: 10px;
}

.search input:invalid ~ span:after {
    content: '✖';
    padding-left: 5px;
    position: absolute:
}

.search input:valid ~ span:after {
    content: '✓';
    padding-left: 5px;
    position: absolute:
}

.marginTop
{
	margin-top:30px;

}

.topheader
{
background-color:#e79736;
padding:10px 0;
}
.bande-blan
{
	background-color:#000;
	line-height:35px;
	color:#FFF;
	font-size:13px;
}
.bande-blan a
{
	color:#e79736;
}
.bande-blan a:hover
{
	color:#fff;
}
.locBlock {
     margin-left: -15px;
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 0px;
    line-height: 29px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #e79736;
}

.heading
{
	padding:20px 10px 20px 0;
}
.heading h2
{
	
    display: block;
    font-weight: bolder;
    font-size: 18px;
}
.bloc-form
{
	background-color:#FFF;
	padding:10px;
	margin-bottom:35px;
	width:100%;
	border-bottom:2px solid #e79736
}
.listS .bloc-form
{
	margin-left:-15px;
}
.listS .locBlock
{
	    margin-left: -15px;
    font-size: 14px;
	
    margin-right: 15px;
    margin-bottom: 0px;
    line-height: 29px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #e79736;
}
.blocPub .locBlock
{
	        margin-left: 0px;
    font-size: 14px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 29px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #e79736;
}

.titreSelect
{
	font-size:13px;
	font-weight:bold;
	color:#999;
}
.form-control {
   
    font-size: 13px !important;
    background-color: #e8e8e8 !important;
}
.bloc-form ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	
}
.bloc-form a
{
	background-color:#fff;
	line-height:25px;
	color:#000;
	width:100%;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
display:block;
border-bottom:1px solid #ddd;
font-size:12px;
font-weight:bold;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bloc-form a:hover
{
	text-decoration:none !important;
	background-color:#fbf0e3;
	padding-left:30px;
}
.blocPub .bloc-form
{
	background-color:#FFF;
	padding:5px 0;
	margin-bottom:35px;
	width:100%;
	border-bottom:2px solid #e79736
}
.info
{
	font-size:12px;
	margin:5px;
	font-weight:bold;
	color:#e79736;
}
.desc
{
	font-size:12px;
	color:#000;
	margin:5px;
}
.footer h2
{
	padding:15px 0;
	font-size:18px;
	color:#e79736;
}
@media (min-width: 1200px){
.container {
    width: 1190px !important;
    max-width: 100%;
}

}

@media (max-width: 768px)
{
.col-md-6 {
   
    width: 50% !important;
	float:left !important;
}
.ads
{
	display:none;
	
}
.col-md-6 .bloc-left a img {
	
	text-align:center;
	width:75%;
}
.logo {
    width: 100%;
    padding: 1%;
    left: 0;
    right: 0;
    position: relative;
    text-align: center;
}
.bloc-left:hover {
     background: none; 
    /* border-radius: 50px; */
    padding:30px;
}
.bloc-left
{
	margin-top: 10%;
}

.footer img
{
	width:80%;
}

h1{
	font-size:20px!important;
	text-decoration:none!important;	
}
h2
{
	text-decoration:none!important;
	font-size:15px!important;	
}

}
