
*, *:before, *:after { 
	box-sizing : border-box; 
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
	scroll-padding-top: 8rem; /* height of sticky header */

}

body {
  height: auto;
  scrollbar-gutter: stable;
  width: 100%;
  min-height: 100%;
}

mark {
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

.has-xx-large-font-size  {
	line-height: 1.0286;
}
.has-x-large-font-size  {
	line-height: 1.12;
}
.has-large-font-size  {
	line-height: 1.2;
}
.has-medium-large-font-size  {
	line-height: 1.3;
}
.has-large-font-size  {
	line-height: 1.3;
}


body:is(.single-cke_temoignages, .single-cke_blogue, .single-cke_carrieres) .entry-content   {
	
	& h2 { font-size: var(--wp--preset--font-size--x-large); line-height: 1.12; font-weight: 600; }
	& h3 { font-size: var(--wp--preset--font-size--large); line-height: 1.3; font-weight: 500; }
	& h4 { font-size: var(--wp--preset--font-size--medium-large); line-height: 1.3; font-weight: 500; }
	& h5 { font-size: var(--wp--preset--font-size--medium-large); line-height: 1.3; font-weight: 500; }
	& h6 { font-size: var(--wp--preset--font-size--medium-large); line-height: 1.3; font-weight: 500; }
}


:is(menu, nav) {
	padding: 0;
	list-style: none;
}

.more-link {
	display: block;
}

