#preload-geo { 
  display: block;
  padding:0;
  margin:0;
  display: none;
}

#preloader-geo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background:transparent;
}
#button_search{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#preloader-geo:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2588b2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
#preload-geo2 {
  display: none;
}
#preloader-geo2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background:transparent;
}


#preloader-geo2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2588b2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div#background-vin{
	position: fixed;
    width: 100%;
    height: 100%;
  margin:0;
  
    background-size: cover;
    -moz-background-size: cover;
opacity:0;
top:0;
}

#background-vin-geo{
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
    left: 0;
}

.overlay-vin {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed!important;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
}

#page_vin{ 
    position: absolute;
    background: rgba(0,0,0,0.85);
    width: 95%;
    left:2.5%;
    height: 95%;
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    z-index:11;
}

#page_vin_detail{ 
  position: absolute;
  background: rgba(0,0,0,0.85);
  width: 60%;
  left:20%;
  height: 95%;
  border-radius: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  z-index:10;
}

#scroll_page_vin_detail{ 
  position: absolute;
  width: 100%;
  margin-top: 50px;
  height: 85%;
 
  overflow: hidden;
  
}

#page_vin_detail_geo{ 
  position: fixed;
    background: rgba(0,0,0,0.85);
    width: 60%;
    left: 20%;
    height: calc(100% - 140px);
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    z-index: -1;
    overflow: hidden;
    top: 70px;
  z-index:-1;
}

#scroll_page_vin_detail_geo{ 
  position: absolute;
  width: 100%;
  margin-top: 50px;
  height: 75%;
 
  overflow: hidden;
  
}

.s_nom_vin{
  cursor: pointer;
}
.titre1 {
  font-size: 40px;
  border-bottom: 1px solid #fff;
  line-height: 45px;
  width:97%;
}

.titre2 {
  font-size: 30px!important;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}

.titre3 {
  font-size: 25px;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}

.s_couleur {
  background: #B50000;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  position: inherit;
    top: 4px;
    margin-right: 2px;
}
.liste_vin td{
  font-size: 20px;
 
}
.liste_vin {
  width: 97%;
}

.s_prix{
  text-align: right;
  white-space: nowrap;
}

#submenu-vin-type{
	width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
	z-index: -1;
	opacity:0;
}


#vin-type-block {	
	background: rgba(0,0,0,1);
    width: 200px;
    height: 200px;
    right: 0;
    position: fixed;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    padding : 15px;
    overflow: hidden;
    padding-top: 30px;
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 220px);
    border-radius: 15px;

}

#filtre {	
	background: rgba(0,0,0,1);
    width: 200px;
    height: 200px;
    right: 0;
    position: fixed;
    width: 300px;
    height: 350px;
    top: calc(50% - 175px);
    padding : 15px;
    overflow: hidden;
    padding-top: 30px;
    z-index: -1;
    opacity:0;
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 220px);
    border-radius: 15px;
   

}

#filtre h2{
  color:#fff;
}

#filtre select , #filtre input {
  text-transform: none;
    display: block;
    margin-bottom: 5px;
    border: none;
    background: transparent;
    color: #fff;
    width: 90%;
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 3px;
    margin-left: 14px;
}

#filtre select option {
  margin: 40px;
  background:rgba(0,0,0,0.3);
  color: #fff;
  
}

#close-submenu-search{
  top: 0;
    right: 0;
    position: absolute;
}

.detail_vin{
  margin: 0px 25px 10px 5px;
  width: auto!important;
}
.menu_search{
 
    font-family: FuturaLight;
    margin: 0;
    padding: 5px;
    padding-bottom: 10px;
   
}


#vin-type-block h2 {
  font-size: 22px;
  color: #fff;
  padding: 0px 0px 15px 40px;
}

#vin-type-block ul {
  list-style: none;
}

#close-submenu-vin
{
  float: right;
    position: absolute;
    right: 0;
    top: 0;
}

#scroll_submenu
{
  width: 100%;
  height: 95%;
  position: absolute;
  overflow: hidden;
  padding-bottom: 30px;
  left:0;
}

#scroll_submenu .mCustomScrollBox>.mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 20px;
  right: 6px;
}

#page_vin_nav{
  position: fixed;
  font-size: 30px;
    text-align: right;
    line-height: 50px;
  width: 300px;
  height: 50px;
  z-index: 99;
  right: 53px;
  top: 4px;
  display: none!important;
}

.s_couleur_vide{
  width: 15px;
  height:15px;
  display: inline-block;
}

#align_cepage  {
  width: 75px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {

  .picto_bio{
    width: 20px!important;
  }
  #vin-type-block {
    background: rgba(0,0,0,1);
    width: 200px;
    height: 200px;
    right: 0;
    position: fixed;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    padding: 15px;
    overflow: hidden;
    padding-top: 30px;
    width: 300px;
    height: 400px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    border-radius: 15px;
}
#page_vin_detail{ 
 width: 90%;
  left:5%;
  
}
#page_vin_detail_geo{ 
  
    width: 90%;
    left: 5%;
    
}

#filtre {
  background: rgba(0,0,0,1);
  width: 200px;
  height: 200px;
  right: 0;
  position: fixed;
  width: 300px;
  height: 350px;
  top: calc(50% - 175px);
  padding: 15px;
  overflow: hidden;
  padding-top: 30px;
  z-index: -1;
  opacity: 0;
  width: 300px;
  height: 400px;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  border-radius: 15px;
}
  #menu-position-vin{
    display:block;
    
  }

  .titre1 {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    line-height: 35px;
    width: 97%;
}
.titre2 {
  font-size: 25px!important;
  border-bottom: 1px solid #fff;
  line-height: 25px;
}

.liste_vin td {
  font-size: 12px;
}
.s_prix{
  min-width: 45px;
}

#page_vin_nav {

  font-size: 15px;
  
}


}