/******************************************************************************************************************************************************/
/*----------------------------------------------------------------- HALLOWEEN ------------------------------------------------------------------------*/
/******************************************************************************************************************************************************/

.panel-heading{
	background-image: url("../../images/fetes/noel/bonnet-noel.png");
    background-repeat: no-repeat;
    background-position: right; 	
	}


	
/* XS */
@media only screen and (min-width:248px)and (max-device-width: 749px){
   /* styles for browsers larger than 960px; */
   .imgGuirlandeHeader{width: 143px;height: 8px;}
        
}
/* SM */
 @media only screen and (min-width:750px) and (max-device-width: 969px){
    /* styles for browsers larger than 960px; */
    .imgGuirlandeHeader{width: 143px;height: 8px;}
}
/* MD */  
@media only screen and (min-width:970px) and (max-device-width: 1199px){
    /* styles for browsers larger than 960px; */
    .imgGuirlandeHeader{width: 435px;height: 25px;}	
}
/* LG */
@media only screen and (min-width:1200px){
    /* styles for browsers larger than 1440px; */
    .imgGuirlandeHeader{width: 435px;height: 25px;}	
}
/* FIN NOEL */