/*! OVERRIDE
23/07/2023

rouge #d31220
jaune #f8dc15
 */

/* typo */
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}
body, .box {
  color: #244abb;
}
#gkMainbody strong {
  color: #244abb;
}

/* logo */
.svg #gkLogo.cssLogo {
  background-image: url("http://www.monbrun-32.fr/images/general/logo2.png");
}
#gkLogo.cssLogo {
  background: url("http://www.monbrun-32.fr/images/general/logo2.png") no-repeat center center;
    background-image: url("http://www.monbrun-32.fr/images/general/logo2.png");
  height: 75px;
  width: 274px;
}

/* bandeau menu */
#gkHeaderNav {
  padding: 10px 0 10px 0;
  position: fixed;
  background-color: #34570a;
}



/* box alerte */
.box.transparent {
  background: rgba(176, 40, 40, 0.89);
  color: #c4d4ef;
}
.box.transparent li {
  border-bottom: 1px solid #fff !important;
}
@media all and (max-width: 640px) {
	#gkHeaderModules {
	   position: relative; 
	}
	#gkHeaderRight {
	  display: initial;
	  position: relative !important;
	  right: 0 !important;
	}
}	



/* suppression bandeau social api */
#gkSocialAPI {
  display: none;
}



/* pavés sidebar */
#gkInset .box.border, #gkInset .box.icons-menu, #gkSidebar .box.border, #gkSidebar .box.icons-menu {
  border: 2px solid #d31220;
}
.box .header {
  color: #d31220;
  font-size: 24px;
}
[class^="fa fa-"], [class*=" fa-"] {
  color: #d31220;
}
.box.icons-menu li [class^="gk-icon-"], .box.icons-menu li [class*=" gk-icon-"] {
  color: #d31220;
}



/* couleur liens */
.gkMenu ul > li.active > a {
  color: #FDE008 !important;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a,
#gkSidebar .box a:hover,
.faq li a,
#login-form ul li a { 
	color: #FDE008; 
}