 .map #mapid{
     display:block;
     margin: 0;
        width: 45vw ;
      
        height: 45vw ;
 }
    
    html, body, #basicMap {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    
    #main_wrapper {
        width:100 % ;
    }
    
    #form-wrapper {
        display:block;
        width:100%;
        /*float:left;*/
        height:700px;
    }
    
 
    
        button.pratique {
        color:gray;
        background-color: #eee;
        border : 1px solid #ccc;
        cursor:pointer;
        width : 47.5% ;
       
        padding: 0 2%;
        float: left;
        height: 50px;
        text-transform: uppercase;
        
    }
    
    button.pratique.left {
        margin-right: 0 ;
        border-top-left-radius : 4px ;
        border-bottom-left-radius : 4px ;
    }
    
    button.pratique.right {
        margin-left: 0 ;
        border-top-right-radius : 4px ;
        border-bottom-right-radius : 4px ;
    }
    
    button.pratique.selected{
        color:white;
        cursor:default;
        background-color:#007481;
        border : 1px solid #007481;
    }
    
    
    
    
    
    
    
    
    
    
    button.pratique.selected{
        color:white;
        cursor:default;
        background-color:#007481;
        border : 1px solid #007481;
    }
    
    input.pratique{
        display: none; 
    }
    
    .caldera-grid fieldset{
        margin-top: 55px;
    }
    
    .info {  font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
    .legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

    .search_wrapper{
    	position: relative;
    	width:95%;
    }

    .search_wrapper .input-group {
    	width: 100%;
    }

       .search_wrapper li {
        padding: 3px 20px;
        margin: 0;
      }

       .search_wrapper li:hover{
        background: #7FDFFF;
        border-color: #7FDFFF;
      }

    .search_wrapper .geocoder-control-selected{
        background: #7FDFFF;
        border-color: #7FDFFF;
    }

    .search_wrapper ul li {
        list-style-type: none;
    }
   
    .caldera-grid fieldset{
        width: 80%;
        margin: 0 10%;
     }
      
    .search_wrapper input{
        width: 100%;
        margin: 0 ;
        padding: 3px 5px;
        height: 40px;
        border-radius: 4px;
    }
        
    .search_wrapper{
        display:block;
     	margin:0 0 10px 0;
        float: left;
    }
    
    .pratiques_wrapper{
        display:block;
     
        height: 80px;
        width: 50%;
    }
    .troubles_wrapper {
    	width: 50%;
    }
    .dropdown-menu, .autocomplete-items {
    width: 100%;
    /*
     	width: 80%;
        margin: 0 10%;
      */   background: white;
    
	     position: absolute;
	     border: 1px solid #d4d4d4;
	     border-bottom: none;
	     border-top: none;
	     z-index: 999;
	     /*position the autocomplete items to be the same width as the container:*/
    
    }
    .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #d4d4d4;
    }
    
    .dropdown-menu li:hover ,.dropdown-menu li:active,.dropdown-menu li:focus ,.autocomplete-items div:hover {
      /*when hovering an item:*/
      color:white;
      background-color: #2ea3f2;
    }
    
    .caldera-grid .form-control {
    	
	
    }
    
    h2{
    	margin: 0 10%;
		width: 100%;
		padding:0 0 10px;
    }

	.side_wrapper{
		width:50%;
	    padding:0 5%;
	    float:left;
	}
    .step_wrapper_1, .step_wrapper_2, .step_wrapper_3, .step_wrapper_4, .step_wrapper_5{
		width:100%;
	    padding:0 5%;
	    float:left;
	    clear:left;
    }

	.map_wrapper{
		padding: 0 5% 0 2.5%;
		width: 50%;
		float: right;
		margin-top: 85px;
	}
	
	.step_wrapper{
		margin-top:20px;
	}

    .step_wrapper_1 h2, .step_wrapper_2 h2, .step_wrapper_3 h2, .step_wrapper_4 h2, .step_wrapper_5 h2{
    	margin: 0;
    	font-size:16px;
    	font-weight:bold;
    	color:#777;
    }
    .trouble_wrapper, .pathologie_wrapper{
   		width:28%;
   		float:left;
   		color:white;
	    background-color: #007481;
	   	margin: 0 3% 20px 0; 
    }  
    .trouble_wrapper label, .pathologie_wrapper label{
    	width:98%;
    	padding:0 0 0 2%;
    	cursor:pointer;
    }
    
     .trouble_wrapper input, .pathologie_wrapper input{
   		display:none;
    }
    
   
	
	.clearall { clear: all; }
	
	.step_wrapper  select{
		width: 95%;
		padding: 8px;
	}
	
	.patho_txt{
		padding: 12px;
		color: #777;
	}
	
	.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}

button.drawn svg{
	width:8.5%;
	stroke:white;
}
button.drawn svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
 	fill: white;
 	stroke:white;
 	
}
button.drawn svg {
    opacity: 1;
    stroke-dashoffset: 0;
}


svg.tick_troubles, svg.tick_pathologies {
	width:5%;
	float:right;	
}

button.pratique p{
	width: 75%;
	float: left;
	margin: 0 0 0 12.5%;
}

.step_wrapper_4 svg{
	float:left;
}

.location_txt{
	float: left;
	padding: 5px 0 0 0;
}

.wrapper_location_txt{
	margin: 0 auto;
	position: absolute;
	float: left;
	clear: none;
	z-index: 999;
	top: 0;
	padding-left: 13px;
	pointer-events: none;
}

.click_zone_map{
	clear: both;
	margin: 0 auto;
	text-align: center;
/*	padding-top: 20px;*/
	padding-right: 33px;
	text-align:right;
	position: relative;
	overflow: hidden;
	color:#007481
}

.click_zone_map img{
	position:absolute;
	width: 18px;
	margin-top: 7px;
/*	margin: 0 0 0 20px;*/
	animation:slidein  linear 1s 5 forwards  ;
	
}

@keyframes slidein {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 5px;
  }
  100%{
  	margin-left:10px;
  }
}
.pratiques svg{
	margin-top: 8px;
}

.display_pratique{
	
}

.tick_location{
	float: left;
	clear: none;
	display: block;
	height: 34px;
	width:5%;

}
#mapid h4{
	padding: 6px 8px;
	margin:0;
	
}

.form_h{
	padding: 0 5%;
	color: #777;
}



/*TODO**/
location_txt{
	/*
position: absolute;

margin-top: 20px;

margin-left: 10px;*/
}



#mapid.notloaded div{
	display:none;
}

#mapid div.vaches{
	display:block;
	 background-position: center; 
	background-color:white;
	background-image:url(img/troupeau.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	z-index:999;
	width:100%;
	height:100%;
}

#mapid div.vaches.veaux{
	background-image:url(img/vaches_nb.jpg);
	background-size: 100% 100%;
}

#mapid div.vaches.vachesnb{
	background-image:url(img/veaux.jpg);
	background-size: 100% 100%;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  .side_wrapper{
		width:90%;
	    padding:0 5%;
	    float:none;
	}
	
	.map_wrapper{
		padding: 0 2.5% 0 2.5%;
		width:95%;
		/*float:none;*/
		margin-top: 100px;
	}
	
	.map #mapid{
		display:block;
     	margin: 0 auto;
        width: 100% ;
        height: 95vw ;
 	}
}
