/*
Theme Name: Bravada Bel Air Plage
Description: Theme enfant de Bravada
Author: Simplissite
Author URI: https://www.simplissite.com
Template: bravada 
Version: 0.1.0

Rose : d64698
Ronse foncé : 892a63
Rose pale : d689b4
Beige : f9f3e5
*/
/* Menu */
@media (min-width: 960px) {
	.menu-burger {
    	display: none;
	}
}
@media (max-width: 959px) {
	#access {
    	display: none;
	}
}
#access ul.sub-menu li a, #access ul.children li a {
  background-color: #d64698 !important;
}
#access .sub-menu li a:hover span, #access .children li a:hover span {
  background:#f9f3e5 !important;
}

/* Boutons */
.wp-block-button__link, .nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  background-color: #d64698 !important;
  color:#fff !important;
  cursor:pointer;
}
.wp-block-button__link:hover, .nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	background-color: #000 !important;
  color:#fff !important;
}
a:hover, .widget-area a, .entry-meta span a:hover, .comments-link a {
  /*color: #ffffff !important;
  background-color: #892a63 !important;*/
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea { color:#000 !important; }
/* Tableau */
.wp-block-table thead {
  border-bottom-color: #d64698;
}
/* Pied de page */
#colophon a { color:#fff !important; }
#colophon a:hover, #colophon a:focus, #colophon a:active { color:#d64698 !important; }