/*
 Theme Name:     Biss Child Theme
 Theme URI:      http://demo.vegatheme.com/biss
 Description:    Biss Child Theme
 Author:         OceanThemes
 Author URI:     http://oceanthemes.net
 Template:       biss
 Version:        1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  biss-child
*/
 
@import url("../biss/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* test image de fond header avec header 1 layout 
.site-header {
	
	background-image: url(http://www.coachrelax.fr/wp-content/themes/biss/img/happiness.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
		
} */
/* fond bleu page transform en blanc et couleur texte gris
 * theme principal biss style css modifié ligne 2255
 * et 3365 post affichage 
 * 
 * */

.secondary-bg {
     color: #333333;
}

/*  theme principal biss style css  ligne 926
 * dimension affichage image liste articles 100% remplacé par 500 px
 * 
 * */
img {
  max-width: 500px;
}

