@CHARSET "UTF-8";

html, body {
    background: no-repeat fixed center top / cover rgba(0, 0, 0, 100%);
	/* background-image: url("../images/background.png"),
    url("../images/background.jpg"); */
    padding-top: 10px;
}

.navbar,
.initial-header,
.category_heading {
    display: none;
}

@font-face{
    font-family: OpenSans Medium;
    src: url(../files/webfonts/WorldOfJumpers/OpenSans-Medium.ttf)
}

@font-face{
    font-family: OpenSans Bold;
    src: url(../files/webfonts/WorldOfJumpers/OpenSans-Bold.ttf)
}

@font-face{
    font-family: LuckiestGuy;
    src: url(../files/webfonts/WorldOfJumpers/LuckiestGuy-Regular.ttf)
}

body, .back_to_page {
    font-family: OpenSans Medium, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: OpenSans Bold, Arial, Helvetica, sans-serif;
}

.ressources h4,
/*#cross-selling-modal h1, 
#cross-selling-modal h2, 
#cross-selling-modal h3, 
#cross-selling-modal h4,*/
#cross-selling-modal .item-price, 
#cross-selling-modal .full-price-label {
    font-family: OpenSans Bold, Arial, Helvetica, sans-serif;
}

html body.KidsWorld_contrainer :is(h1, h2, h3, h4),
html:has(body.KidsWorld_contrainer) :is(h1, h2, h3, h4) {
    font-family: LuckiestGuy, OpenSans Bold, Arial, Helvetica, sans-serif;
    color: #779c11; //#89b50e; //#94c01a;
}

html body.KidsWorld_contrainer .header-menu-logo img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../files/images/logo_kids.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  padding-left: 200px;
}

#div_fieldset1 #fieldset-group_name #customers_dob-label {
	display: none;
}
