	#mapid{
        display:block;
       	margin-right: 5% ;
        width: 45vw ;
        float:right;
        height: 45vw ;
    }
    
    html, body, #basicMap {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    
    #main_wrapper {
        width:100 % ;
    }
    
    #form-wrapper {
        display:block;
        width:45%;
        float:left;
        height:700px;
    }

	button.pratique p{
		width: 75%;
		float: left;
		margin: 0 0 0 12.5%;
	}
	
	.pratiques svg{
		margin-top: 8px;
	}
	  
    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;
    }
    
    .pratiques_wrapper {
	    display: block;
	
	    width: 50%;
	}

    button.pratique.selected{
        color:white;
        cursor:default;
        background-color:#007481;
        border : 1px solid #007481;
    }
    
    input.pratique{
        display: none; 
    }

    input.pratique{
        display: none; 
    }
    
    .caldera-grid fieldset{
        margin-top: 55px;
    }
    
    .info { padding: 6px 8px; 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;
    }

    .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%;
     }
      
    #main-wrapper #form-wrapper .search_wrapper input{
        width: 100%;
        padding: 3px 5px;
        height: 40px;
        border-radius: 4px;
    }
        
    .search_wrapper{
        display:block;
        
    }
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a, #et-secondary-nav a{
    color:#007481;
} 
#top-header{
    background: rgba(0, 116, 129, 0.4) !important;
}
#et-secondary-menu #et-info-email {
    top: 9px;
}
    .dropdown-menu, .autocomplete-items {
      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 fieldset {
	    float: left;
	    margin-top: 0px;
    }
    
    .caldera-grid fieldset div label{
    	margin-left: 20px;
    	cursor:pointer;
    }

    .wrapper_location_txt{
		margin: 0 auto;
		position: absolute;
		float: left;
		clear: none;
		z-index: 999;
		top: 0;
		padding-left: 9px;
		pointer-events: none;
	}

	h2{
    	margin: 0 10%;
		width: 100%;
		padding:0 0 10px;
	}
	
	.side_wrapper{
		width:50%;
	    padding:0 5%;
	    float:left;
		margin-top:20px;
	}
	
    .step_wrapper_1, .step_wrapper_2, .step_wrapper_3, .step_wrapper_4, .step_wrapper_5{
		width:100%;
	    padding:0 5%;
	    float:left;
	    clear:left;
	    margin: 20px 0 0 0 ;
    	
   
    	color:#777;
    }
    
	.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;

	}
	
	.search_wrapper {
	    position: relative;
	    width: 95%;
	    float:left;
	}
	
	.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;	
	}

	.tick_location{
		float: left;
		clear: none;
		display: block;
		height: 34px;
		width:5%;
		
	}
	
	.form_h{
		padding: 0 5%;
		color: #777;
	}
	.click_zone_map{
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-right: 50px;
	text-align:right;
	position: relative;
	overflow: hidden;
	color:#007481
}

.click_zone_map img{
	position:absolute;
	width: 18px;

	margin: 7px 0 0 20px;
	animation:slidein  linear 1s 5 forwards  ;
	
}
@keyframes slidein {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 5px;
  }
  100%{
  	margin-left:10px;
  }
}
.location_txt {
	padding-top:9px;
}

#mapid.notloaded div{
	display:none;
}

#mapid div.vaches{
	display:block;
	background-color:white;
	background-image:url(img/logo_vetalis.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	z-index:999;
	width:100%;
	height:100%;
}


@media screen and (min-width: 200px) and (max-width: 640px) {
   #form-wrapper {
		width:90%;
	    padding:0 5%;
	    float:none;
	}

	#mapid{
		
		float:none;
	}
	
	#mapid{
		display:block;
     	margin: 0 auto;
        width: 95vw ;
        height: 95vw ;
 	}
}