/*.heb_nav .grid_item {
    width: 210px !important;
    display: inline-block;
    margin: 10px;
}*/

/*.heb_nav {
    display: block !important;
}*/
@media only screen and (min-width: 990px) {
.heb_nav .item_excerpt {
    min-height: 155px !important;
	}
}


@media only screen and (max-width: 900px) {
    .heb_nav .grid_item {
    	width: 40% !important;
	}
}

@media only screen and (max-width: 500px) {
	.heb_nav .grid_item {
	    width: 80% !important;
	}
}

.rgpdForm {
	text-align: initial;
}

/****************************RGPD Newsletter*********************************/

.conditionsrgpd.-opened- {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1;
}

.conditionsrgpd {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    height: 0;
    opacity: 0;
    transform-origin: top center;
    width: 100%;
    border: solid 1px #edf1f2;
    padding: 1em;
    position: absolute;
    width: 350px;
    z-index: 1;
    background-color: white;
    top: 350px;
    right: 75px;
}

@media screen and (max-width: 950px){
        .conditionsrgpd {
            right: 85px;
            width: 300px;
        }
        .exitintent-modal-window{
        	top:-350px !important;
        }
}

@media screen and (max-width: 600px){
        .conditionsrgpd {
            right: 13px;
    		width: 94%;
        }
}

@media screen and (max-width: 500px){
        .conditionsrgpd {
            /*top: 230px;*/
            /*right: 0;
            width: 300px;*/
            font-size: 11px;
        }

}

@media screen and (max-width: 500px){
	.modal-body .wpcf7-submit, .modal-body .wpcf7-email, .modal-body .wpcf7-text{
        width:90% !important;
    }
}

.rgpd_close {
    display: inline-block;
    font-weight: bold;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

.photo-responsive { 
    overflow:hidden !important; 
    padding-bottom:56.25% !important; 
    position:relative !important; 
    height:0 !important;
}

.photo-responsive img { 
    left:0 !important; 
    top:0 !important; 
    height:100% !important; 
    width:100% !important; 
    position:absolute !important;
}

.menu_secondaire .menu-guest .lien-item-menu:before {
    content: url(https://camping-deauville.com/wp-content/themes/fcx-nu/img/guestapp.png) !important;
    padding-top: 6px;
    padding-right: 2px;
}

.resa_form .bt_solde.bt_compte {
    background-color: #fff;
    border: solid 1px;
}

input[type='date']::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0 !important;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 1;
}

.resa_form .resa_blocs {
    max-width: 1030px;
}

@media screen and (max-width:1300px) {
    .resa_bloc.resa_title { display: none; }
}
@media screen and (max-width:910px) {
    .booking_type { display: none; }
}
@media screen and (max-width:450px) {
    .resa_blocs { text-align: center; }
    .resa_form .tag_resa_big { display: block; margin-bottom: 7px; width: 100%; }
}