 /*
Theme Name: Theme Site Monneron-mo
Theme URI: https://oceanwp.org/
Description: Child theme from OceanWP WordPress theme
Author: Innacom
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* supprimer les cadres qui s'affichent autour des liens en tous genres (quand on clique dessus) */

a:focus {
    outline:0 !important;
  }
  
  
.tel-footer:hover {
    color: #804895 !important;
}

/*
Essai pour cacher les deux barres autour de la loupe de recherche

.right.clr {
    display:none;
}


#search-toggle {
    display:none;
}
*/


/*
.email-contact:hover {
    color:#ffff !important;
}
*/


#header-menu{
    box-shadow: 0px 5px 8px -10px black;
}

#mysticky-nav.wrapfixed .logo-menu {
    display: none;
 }

 #mysticky-nav.wrapfixed .picto-facebook-menu {
    display: none;
 }

 #mysticky-nav.wrapfixed .picto-linkedin-menu {
    display: none;
 }

 #mysticky-nav.wrapfixed .tel-menu {
    display: none;
 }

 div #mysticky-nav.wrapfixed {
    height: 5px;
 }



 /* ne fonctionne pas
 #mysticky-nav.wrapfixed .test {
    background-color: transparent !important;
}
*/

/*
#header-contact{
    box-shadow: 0px 5px 8px -10px black;
    
}
*/