@charset "UTF-8";
/* CSS Document */

/* Mobile breakpoint */
.logoVEmin {display:block;width:50px; height:26px; margin:auto; background-position:center; background: url('../templates/images/LOGOVE-VECTO.svg') no-repeat;background-size:contain;
	}

.topbar-rwd{ background-color: rgba(102,204,51,1) /*vert*/; height:auto; float:left;margin:auto;
	}
.rotate-180{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.relative {position:relative;	} 
.absolute {position: absolute;	}

.CENTER{ margin:auto;} 
.LEFT{ float:left;  }		 	
.RIGHT{ float:right !important }

.B100{ width:100%; float:left; display:inline-block; 
	}
.B50{ width:100%; float:left; display:inline-block; 
	}
.B25{ width:100%; float:left; display:inline-block; 
	}	
.CACHE1	{ display:none}



/* 2st breakpoint */
@media all and (min-width: 370px) {
	
.logoVE1 {display:block;width:200px; height:104px; margin:auto; background-position:center;background: url('../templates/images/LOGOVE-VECTO.svg') no-repeat;background-size:contain;
	}	
.topbar-rwd{ background-color: rgba(102,204,255,1)/*bleu*/;  height:auto; float:left;margin:auto;
	}	
.B100{ width:100%; float:left; display:inline-block; 
	}
.B50{ width:100%; float:left; display:inline-block; 
	}
.B25{ width:50%; float:left; display:inline-block; 
	}	
.CACHE1	{ display:none}	
}

/* 1st breakpoint */
@media all and (min-width: 970px) {
.logoVE1 {display:block;width:200px; height:104px; margin:auto; background-position:center;background: url('../templates/images/LOGOVE-VECTO.svg') no-repeat;background-size:contain;
	}	
.topbar-rwd{ background-color: rgba(255,204,102,1)/*orange*/;;  height:auto; float:left;margin:auto;
	}	
.B100{ width:100%; float:left; display:inline-block; 
	}
.B50{ width:50%; float:left; display:inline-block; 
	}
.B25{ width:25%; float:left; display:inline-block; 
	}	
#formrecherche { float:left; display:block;
	 height:33px; width:auto; margin:5px;
	
	}	
	
}
