

.creer-compte
{
    background-color: #e8e8e8;
    padding: 10px 20px;
    overflow-y: auto;
    margin-bottom: 60px;
}

.login
{
    margin-top: 115px; 
}

.login h1
{
   font-size:2em;
}

.oublie
{
    text-decoration: underline;
    color: #a70e0e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.oublie:hover
{
    color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.formulaire
{
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.formulairebtn
{
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 1200px) {
  
  .carre
  {
      width:60%;
  }
  
  .desc-ch
  {
   height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right:13%;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

 
 .carre
  {
      width:85%;
  }
  .desc-ch
  {
   height: 200px;
    overflow-y: auto;
    overflow-x: hidden; 
    padding-right:13%;
  }
 
}

@media (min-width: 768px) and (max-width: 991px) {
 
 .desc-ch
  {
   height: 180px;
    overflow-y: auto;
    overflow-x: hidden;  
    padding-right:13%;
  }
  
}

@media (min-width: 480px) and (max-width: 767px) {
    .formulaire
    {
        width: 70%;
        margin-left: 15%;
    }


    .formulairebtn
    {
        margin-left: 15%;
    }

.desc-ch
  {
   height: 150px;
    overflow-y: auto;
    overflow-x: hidden;  
    padding-right:0%;
  }

}

@media (min-width: 320px) and (max-width: 480px) {
    .formulaire
    {
        width: 90%;
        margin-left: 5%;
    }


    .formulairebtn
    {
        margin-left: 5%;
    }
    
    
    
}


/* autocompletion css */

/*.input_container {
	height: 30px;
	float: left;
}*/
.input_container input {
/*	height: 20px;*/
/*	width: 200px;*/
/*	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;*/
}
.input_container ul {
/*	width: 206px; */
	border: 1px solid #eaeaea;
/*	position: absolute;*/
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
	position:relative;
	bottom:12px;
}
.input_container ul li {
	padding: 2px;
	position:relative;
}
.input_container ul li:hover {
color: #a70e0e;
}
#country_list_id {
	display: none;
}

ul#chateaux_list_id, ul#chateaux_list_id2
{
   margin:0 auto;
   max-height:300px;
   overflow:hidden;
   overflow-y:auto;
   position:relative;
   right:2%;
}

#chateaux_id
{
z-index:10;
}

.recherche-gauche
{
  background-image: url(../images/bg/book-g.png); 
  background-repeat:no-repeat;
  /*background-position:50% 50%;*/
  background-size:contain;
  min-height:500px;
  
}

.recherche-droite
{
  background-image: url(../images/bg/book-feuille.png); 
  background-repeat:no-repeat;
  /*background-position:50% 50%;*/
  background-size:contain;
  min-height:500px;
  
}

.recherche-droite
{
  background-image: url(../images/bg/book-feuille.png); 
  background-repeat:no-repeat;
  /*background-position:50% 50%;*/
  background-size:contain;
  min-height:500px;
  
}

.bouteille
{
    top:5%;
    position:relative;
    cursor:zoom-in;
}

.tablemil
{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-recherche
{
     background-image: url(../images/bg/bg-recherche.jpg); 
  /*background-position:50% 50%;*/
  background-size:cover;
  min-height: 100%;
  background-repeat: repeat-y;
  /*height: auto;
  width: 100%;
  position: absolute;*/
}

.ajouter
{
    background-color:#B9121B;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
cursor:pointer;
padding:10px 10px;
        -moz-box-shadow:    inset 0 0 20px #313131;
   -webkit-box-shadow: inset 0 0 20px #313131;
   box-shadow:         inset 0 0 20px #313131;
}

.loupe
{
    background-color:#B9121B;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
cursor:pointer;
padding:3px 3px;
        -moz-box-shadow:    inset 0 0 20px #313131;
   -webkit-box-shadow: inset 0 0 20px #313131;
   box-shadow:         inset 0 0 20px #313131;
   position:relative;
   top:13px;
}

.loupe:hover
{
    background-color:#B9121B;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
-moz-transform: scale(1.2) rotate(360deg);
-webkit-transform: scale(1.2) rotate(360deg);
-o-transform: scale(1.2) rotate(360deg);
-ms-transform: scale(1.2) rotate(360deg);
transform: scale(1.2) rotate(360deg);
}

.ajouter2
{
    background-color:#B9121B;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
padding:10px 10px;
        -moz-box-shadow:    inset 0 0 20px #313131;
   -webkit-box-shadow: inset 0 0 20px #313131;
   box-shadow:         inset 0 0 20px #313131;
}

.ajouter:hover
{
    background-color:#B9121B;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
-moz-transform: scale(1.2) rotate(360deg);
-webkit-transform: scale(1.2) rotate(360deg);
-o-transform: scale(1.2) rotate(360deg);
-ms-transform: scale(1.2) rotate(360deg);
transform: scale(1.2) rotate(360deg);
}


.dede
{
    -webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}

.dede:hover
{
    -webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
    -moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}

.dede:focus
{
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
    -moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .tablemil
{
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.carre
  {
      width:70%;
  }
  
}

@media (min-width: 480px) and (max-width: 767px) {

  .tablemil
{
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.carre
  {
      width:57%;
  }
  
  .ajouter2
{
    padding:5px 5px;
    width:20%!important;
}

}

@media (max-width: 479px) {
      .recherche-gauche
{
  background-image: url(../images/bg/book-g.png); 
  background-repeat:no-repeat;
  /*background-position:50% 50%;*/
  background-size:contain;
  min-height:400px;
  
}

.recherche-droite
{
  background-image: url(../images/bg/book-feuille.png); 
  background-repeat:no-repeat;
  /*background-position:50% 50%;*/
  background-size:contain;
  min-height:400px;
  
}

.tablemil
{
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
  .carre
  {
      width:75%;
  }
  
  .desc-ch
  {
   height: 100px;
    overflow-y: auto;
    overflow-x: hidden;   
  }
  
  .ajouter, .ajouter2
{
    padding:5px 5px;
    width:20%!important;
}
  
}


/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0.001; /* chrome opacity transition bug */
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

