/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
.cropImgWrapper img{
		
		max-height: none;
	max-width:none;
	}	
	#croppicModalObj img{
		max-height: none;
	max-width:none;
	}
	
#top_menu {
	
	position: absolute;
	right:10px;
	top:10px;
	width:320px;
	z-index: 3;}

.testimonials{width:95%;margin:0 auto;}
.imgRounded {

    border-radius: 10px;
}

a {
	text-decoration:none;
	color:#c61903;
}
.contact_form{margin:5px;}
.rowpanel{
		width:100%;
		
		/*padding:2.857em 0;*/
		padding:0.428em 0;
	}
	.rowpanel:after{
		content:"";
		display:block;
		clear:both;
	}
.col-25, .col-75{
	
	display:inline-block;
	position: relative;
  min-height: 1px;
 
  
  vertical-align:center;
}
.col-25{width:20%}
.col-75{width:70%}
.text-right {
  text-align: right;
}
.huge {
    font-size: 40px;
}


.btnMap{
	display:inline-block;
	margin:10px;
	cursor:pointer;
	padding:5px;
	border:1px solid black;
}
#PhotosCrop {
			width: 690px;
			height: 388px;
			position:relative; /* or fixed or absolute */
			display:none;
		}
	
	
	.UlPays ,.UlRegions ,.UlDepartements ,.UlVilles{
		margin:0px;
	}
	
	.UlPays li,.UlRegions li,.UlDepartements li,.UlVilles li{ 
	
	    padding: 8px;
    
    vertical-align: top;
    cursor:pointer;
	list-style-type:none;
	}
	
	
	.pointer{cursor: pointer;}
	.badge {
    display: inline-block;
	
    min-width: 10px;
	margin-left:20px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff0000;
    border-radius: 10px;
}


.input-group {
	display: inline-table;
    vertical-align: middle;
  position: relative;
  
  float: left;
  width: 100%;
  
  margin-bottom: 0;
}

.input-group-btn {
  display: table-cell;
  width: 60px;
  
  white-space: nowrap;
  vertical-align: middle;
  
}



.btnGroup {
	
	
	
	display: inline-block;

  margin-bottom: 0;

   
  
  
  
  font-weight: normal;
  
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  
  
  
  
 
 
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  
  
  
  
  height: 32px;
  width:30px;
  
  font-size: 20px;
  line-height: 30px;
  border-radius: 3px;
}
#CritereRecherche{
	display:none;
}	

.link{
	cursor:pointer;
	color:#c61903;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btnGroup,
.input-group-btn:first-child > .btn-group > .btnGroup,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btnGroup:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btnGroup {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btnGroup,
.input-group-btn:last-child > .btn-group > .btnGroup,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btnGroup:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btnGroup {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}


.input-group-btn:first-child > .btnGroup,
.input-group-btn:first-child > .btn-group {
  border-left:none;
  margin-left:3px;
}
.input-group-btn:last-child > .btnGroup,
.input-group-btn:last-child > .btn-group {
  
  border-left:none;
  margin-left:0px;
}





.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
span.list-group-item,
button.list-group-item {
  color: #555;
  text-decoration: none;
}
span.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
  text-decoration: none;
}
span.list-group-item:hover,
button.list-group-item:hover,
span.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}





fieldset{
		border:0;
		padding:0;
		margin:0;
	}
.readMore{
		position:absolute;
		top:100%;
		margin:-1.243em 0 0;
		width:100%;
		text-align:center;
	}
#map_canvas{
		width:100%;
		height:343px;
	}
.columns{width:100%;}
	.columns:after{
		content:"";
		display:block;
		clear:both;
	}
	.columns > div,
	.columns > article{
		float:left;
		vertical-align:top;
	}
	.columns h2{text-align:left;}
	.half{
		width:48.0%;
		
		
	}
	.oneThird{
		width:33%;
		margin:0 auto;
		
	}
	.twoThird{
		width:65%;
		
		
	}
	.oneForth{width:24%;margin:0.5%}
	.columns > div:first-child,
	.columns > article:first-child{margin-left:0;}
	.oneThird +.oneThird +.oneThird,
	.threeForth + .oneForth,
	.oneForth + .half,
	.half + .half,
	.half + .oneForth + .oneForth,
	.last{
		float:right;
		margin:0;
		
	}
	.content_wrapper {
		width: 100%;}
	.threeForth{width:74.5%;padding:5px;}
	
	
	.LogoImg{
		width:210px;
		height:80px;
		background-image:url(images/logo.png);
	}
	
	
	@media all and (max-width: 768px){
		.LogoImg{
		background-image:url(images/mobile/logomobile.png);
		width:374px;
		height:42px;
	}
		.columns > div,
	.columns > article{
		float:none;
		margin:0;
		width:100%;
	}
	
	
	
	