@charset "UTF-8";
/* CSS Document */
/*====================================================*/
/*BLOC-----------------------------------CHILDREN LIST*/
/*====================================================*/
div[id^="childPage-block"] {}
div[id^="childPage-block"] > * {
  margin-bottom: 1rem;
	padding-bottom:1rem;
}
div[id^="childPage-block"] > * + * {
  border-top: solid 1px #D8D8D8;
	padding-top:1rem;
}
div[id^="childPage-block"] > *:last-child {
	padding-bottom:0;
}
div[id^="childPage-block"] a {
  display: block;
  color: inherit;
  text-decoration: none;
  
}
div[id^="childPage-block"] header {
  display: flex;
	align-items:flex-start;
  margin-bottom:.5rem;
}
div[id^="childPage-block"] header h2 {
  margin: 0 !important;
	  font-weight:bold;
}
div[id^="childPage-block"] .thumb_img {
  width: 7%;
  margin-right:.25rem;
  height: auto;
  left: 0;
  top: 0;
	transform:translateY(-10%);
	
}
div[id^="childPage-block"] .thumb_img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: contain;
  transition: all 1s;
}
div[id^="childPage-block"] p {
  
  margin: 0 !important;
	
}
/*------------------------------------------------------*/
div[id^="childPage-block"] a:hover header {}
/*----------------------------------------------------*/
@media only screen and (max-width: 1367px) {
  
}
@media only screen and (max-width: 1100px) {
  
}
@media only screen and (max-width: 652px) {
  
}