/* enter here your custom CSS code */
/*slide*/
p.slide-titre, .slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: var(--slider-title);
    font-weight: bold;
    line-height: 84px!important;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
 
}
.total-side {display:none!important}

/*page locatif*/
.btnbook {position:fixed;bottom:10%;right:5%}
.bottomsearch {
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 1000;
}
.img-galerie{
 		flex: 0 1 auto;
        width: 200;
  		max-width: none;
        border: : 1px #000;
        border-radius: 5px;
        background-color: #ffffff26;
        margin-top:20px
        box-shadow: 2px 2px 10px gray;
        -moz-box-shadow: 2px 2px 10px gray;
        -webkit-box-shadow: 2px 2px 10px gray;
}
.img-galerie:hover{
   padding: 5px;
   transform: rotate(-25deg);
}
.blog-item .item-content {
    padding: 10px 20px;
}
.img-blog{
 		flex: 0 1 auto;
        width : 100%;
		height : 150px;
        border-radius: 5px;
        padding:0px;
        box-shadow: 2px 2px 10px gray;
        -moz-box-shadow: 2px 2px 10px gray;
        -webkit-box-shadow: 2px 2px 10px gray;
  		display: block;
  		margin-top: 20px;
    	margin-left: auto;
   	 	margin-right: auto }
}

.champs-form{
	border: 0;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    transition: 0.4s;
    border-radius: 2px;
    /*width: 350px;*/
}
.mod-rscontact-width-auto {
    width: 350px;
}
/* Titre de réservation des packages
.vbo-pkgdet-roomsttl {
    font-size: 0px;
}
.vbo-pkgdet-roomswrap .vbo-pkgdet-roomslist .vbo-pkgdet-room-container .vbo-pkgdet-room-outer .vbo-pkgdet-room-det {
   font-size: 0px;
}
.vbo-pkgdet-room-img img {
    display : none;
}
.vbo-pkgdet-room-thumb img {
    display: none;
}
*/
.bouton_reservation{
	display: inline-block;
 	background-color: #ffcc99;
  border-radius: 10px;
  border: 1px solid #e7ba8d;
  color: #656777;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 150px
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.search-bungalow{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.bouton_info{
  font-size:14px;
  font-weight: 700;
 display: inline-block;
 background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e7ba8d;
  color: #656777;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 150px
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.vbo-modotareviews-review-container {
    border: 1px solid #eee;
    padding: 30px;
    margin: 5px;
    flex-basis: 18%;
}
.width33 {
    width: 33%;
    float: left !important;
}