/*
Theme Name: Theme Ombelle
Theme URI: https://oceanwp.org/
Description: Yheme enfant d'Ocean We.
Author: Corinne Escudier
Author URI: https://corinne-escudier-designerweb.fr/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a:focus{
	outline:none !important;
}

#site-logo #site-logo-inner a:hover img{
	opacity: 1 !important;
}
#mobile-fullscreen{
	background-color: rgba(18,37,56, 0.9) !important;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100vw;
}
@media(max-width:767px){
	.container-vh{
		min-height: calc(100vh - 100px) !important;
	}
}