/*
Theme Name: vibrate child
Tags:  custom-menu, editor-style, featured-images
Template: vibrate
Version: 1.1.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/

/*
COULEURS
Bleu : #008fbe
Vert : #46b134
*/


.home-2 ::-webkit-input-placeholder { /* Edge */
  color: black !important;
}

.home-2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

.home-2 ::placeholder {
  color: black !important;
}
.home-2 .field .form-field input,
.home-2 .text_area textarea {
  color: gray !important;
}
.home-2 .sbuton {
    background: #008fbe !important;
    color: white !important;
	transition:none !important;
	font-family: "Roboto", sans-serif !important;
	font-weight:bold !important;
}
.home-2 .sbuton:hover {
    background: #46b134 !important;
}

#copyright a:hover{ color:white !important; }
#mainfooter a{ color: white !important; }
#mainfooter a:hover{ color: #008fbe !important; }

.elementor-slideshow__footer{ display:none !important; }

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
	visibility: hidden !important;
}

.hiddendesktop{ display:none !important; }


/* iPhone */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) { 

.hiddendesktop{ display:block !important; }



}
 
/* iPhone landscape */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) 
and (orientation : landscape) { /* STYLES GO HERE */}
 
/* iPhone portrait */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) 
and (orientation : portrait) { 

.swiper-slide-bg{ background-size:contain !important;  } 
.swiper-slide{ height:300px !important; }

}
 
 
 
 
/* iPad */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px)  { 

.hiddendesktop{ display:block !important; }
.menuhamburger {
    width: 50% !important;
}



}
 
/* iPad landscape */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */}
 
/* iPad portrait */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ }
