/*
	Theme Name: Détoursdechant
	Author: Cereal Concept
	Author URI: http://www.cerealconcept.com
*/

/* 
*************************************************
******************** HEADER HP ******************
*************************************************
*/

#masthead {
  background-color: #dd9933;
  background-image: url("https://www.detoursdechant.com/wp-content/uploads/2025/06/V2-19JUIN-bandoDDC26-851X315px.jpg");
}

/* 
*************************************************
********************* NAVBAR ********************
*************************************************
*/

.nav a {
  color: #000000;
}

.nav>li>a:focus, .nav>li>a:hover {
   background-color: #dd9933;
   color: #000000;
}

.nav li.active a {
   background-color: #dd9933;
   color: #000000;
}

.dropdown-menu>li>a {
  color:#000000;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
   background-color: #dd9933;
   color: #000000;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, li.current-menu-ancestor>a {
    color: #000000;
    background-color: #dd9933;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    background: #000000;
}
}

/* 
*************************************************
******************* FRONT PAGE ******************
*************************************************
*/

.front-prog h1, .front-actu h1 {
    color: #000000;
}

.front-billet h1 {
    color: #dd9933;
}

input.wpcf7-submit {
	background-color: #dd9933;
    color: #000000;
}

.bouton-news input:hover {
    border-color: #000000;
	color: #000000;
}

input.wpcf7-submit:hover {
	background-color: #dd9933;
	color: #000000;
}

.contenuhp {
	background-color: #000000;
}

.front-news {
	background-color: #000000;
}

.front-festik { 
	background-color: #dd9933;
}

/* 
*************************************************
********************** PAGE *********************
*************************************************
*/

.entete {
  background-color: #000000;
}

#page-artistes div.catlist button, #page-concerts div.catlist button {
    color: #dd9933;
    border-color: #dd9933;
}

#page-artistes div.catlist button:hover, #page-concerts div.catlist button:hover, #page-concerts div.catlist .active, #page-artistes div.catlist .active {
    background-color: #dd9933;
    color: #000000;
}

/* 
*************************************************
**************** SINGLE CONCERT *****************
*************************************************
*/

.block-representations {
  background-color: #dd9933;
}

/* 
*************************************************
*************** SINGLE ARTISTE ******************
*************************************************
*/

.media-title {
	background-color: #000000;
}

.singleconcert-content .infos {
	color:#000000; 
}

.singleconcert-content .infos a{
	color:#000000; 
}

/* 
*************************************************
********************* FOOTER ********************
*************************************************
*/

.credits a:hover {
  color: #000000;
}