/*** screen smaller than 700px ***/
h1, .heading-size-1 { font-size: 2rem; } 

ul.post-meta * {
    font-size: 10px;
    color: black !important;
    font-family: rubik !important;
}

	.singular .entry-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

 .header-navigation-wrapper {
    font-size: 12px;
    color: black !important;
    font-family: rubik !important;
}

body {
  	font-size:14px
}


/*** screen between 700px to 1219px ***/
@media (min-width: 700px) {
	h1, .heading-size-1 { font-size: 3rem; }
}

ul.post-meta * {
    font-size: 9px;
    color: black !important;
    font-family: rubik !important;
}

	.singular .entry-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

table{
font-size: 0.65em;
}

.post-inner thin {padding-top:2px}


/*** screen 1220px and bigger ***/
@media (min-width: 1220px) {
	h1, .heading-size-1 { font-size: 3rem; }
	
	ul.post-meta * {
    font-size: 10px;
    color: black !important;
    font-family: rubik !important;
}
	
	.singular .entry-header {
	padding:0 0 12px 0;
}
	
	.singular .entry-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
	
	 .header-navigation-wrapper {
    font-size: 12px;
    color: black !important;
    font-family: rubik !important;
}
	
table{
font-size: 0.65em;
}

	
	/* Reduce white space around stuff */
@media (min-width: 700px) {
  .widget .widget-title { margin-bottom: 3rem; }
  .post-inner { padding-top: 3rem; }
  .footer-widgets-outer-wrapper { padding: 2rem 0; }
  #site-footer { padding: 2rem 0; }
}
.singular .entry-header {
  padding: 5rem 0;
}
body:not(.singular) main > article:first-of-type {
  padding: 1rem 0 0;
}
.archive-header {
  padding: 2rem 0;
}
.error404 #site-content {
  padding-top: 2rem;
}
	
	
 .header-inner .section-inner{
	 padding-top: 8px!important;
    padding-bottom: 8px !important;
	 	}
	
	
	
	/* Enlever articles similaires */
	#post-related {
    display: none;
}
	
	.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{ 	width:100%; 	height:100% }