/*
	Theme Name: PARO
	Theme URI: https://www.lautretribu.com/
	Description: HTML5 Blank WordPress Child Theme 
	Version: 1.4.3
	Author: Matthieu Pain
	Author URI: https://vvv.mattpain.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Text Domain:  html5blank
	Template: html5blank
*/

/*------------------------------------*\
    MAIN
	
	314f98
029d7e
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 16px/1.6 "Century Gothic", CenturyGothic, sans-serif;
	color: #444;
	box-sizing: border-box;
	background: #fff;
}
.left, .right {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
}
.left {
    margin-right: 4%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	width: auto;
	vertical-align:bottom;
	height: 100%;
}
iframe {
    max-width: 100%;
	margin: 0 auto;
	display: block;
}
a{
	color:#0097bc;
	text-decoration:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color:#029d7e;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #029d7e;
}
.lozad{
	opacity:0;
}
.lozad[data-loaded='true']{
	-webkit-transition: opacity .5s linear 0.5s;
	transition: opacity .5s linear 0.5s;
	opacity:1;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	color: #029d7e;
}
h1 {
    font-size: 2em;
	text-transform: uppercase;
}
p {
	color: #444;
    margin: 0 0 15px 0;
}
body:not(.home) p:not(.copyright), .bloc-texte p{
	text-align: justify;
	text-justify: inter-character;
}


/* ul, li */
ul{
	text-align: left;
    list-style: none;
	padding-left: 20px;
}
hr {
    color: #0097bc;
    margin: 40px auto;
    width: 50%;
	border:0;
	border-bottom: solid 1px #0097bc;
}
blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin: 0 0 40px 0;
	border-left: 4px solid #029d7e;
	clear: both;
}
/* FA */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), 
  url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), 
  url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
	font-family: 'Font Awesome 5 Brands'; 
	font-style: normal;
    font-size: 1.8em;
}
.fa,
.fas,
.featherlight .featherlight-close-icon:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1; 
	color: #fff;
	font-size: 1.8em;
}
.social{
	font-size: 1.8em;
}
i {
    margin-right: 5px;
}
.socialp i {
    margin: 0 20px 0 0;
    font-size: 1.8em;
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.socialp i:hover {
	opacity: 1;
}
.adressp i {
    font-size: 1em;
}
.fa-bars:before {
	content: "\f0c9"; 	
}
.fa-times:before {
	content: "\f00d"; 
}
.fa-map-marker:before {
	content: "\f041"; 
}
.fa-fax:before {
	content: "\f1ac"; 
}
.fa-phone:before {
	content: "\f095"; 
}
.fa-envelope:before {
	content: "\f0e0"; 
}

.fa-desktop:before {
  content: "\f108"; }
.fa-pen-fancy:before {
  content: "\f5ac"; }
.fa-headphones:before {
  content: "\f025"; }
.fa-plus:before {
  content: "\f067"; }
  
/* Social */
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-twitter:before {
  content: "\f099"; }
 .fa-linkedin-in:before {
  content: "\f0e1"; }
 .fa-youtube:before {
  content: "\f167"; }
 .fa-angle-left:before {
  content: "\f104"; }
 .fa-home:before {
  content: "\f015"; } 
.fa-search:before {
  content: "\f002"; }
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
main{
	margin: 0 auto;
	z-index: 6;
}
.maxwidth {
   padding: 20px;
}
/* wrapper */
.wrapper {	
	max-width: 100%;
	width: 100%;
	margin:0 auto;
}
/*----------------*\
    HEADER
\*----------------*/
.header {
	background: #fff;
	display: flex;
	align-items: center;
	position:relative;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0, 0.4);
    box-shadow: 0 4px 4px -2px rgba(0,0,0, 0.4);
	z-index: 9980;

}
/* logo */
.logo {
    max-width: 200px;
	padding: 0;
	margin: 20px auto;
	z-index: 99;
	flex: 0 1 20%;
}
.logo img{
	height: auto;
	max-width: 100%;
}
/*----------------*\
		NAV
\*----------------*/
.nav {
    flex: 0 1 80%;
	/*font-weight: 700;*/
	font-size: 18px;

}
.nav.element-is-sticky {
	width: 100% !important;
	background: #fff;
	left: 0 !important;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0, 0.4);
    box-shadow: 0 4px 4px -2px rgba(0,0,0, 0.4);
}
.nav.element-is-sticky  ul{
	justify-content: center;
}
.nav ul {
    list-style: none;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: right;
}
.nav ul li {
    padding: 0.2em 0.6em;
	text-align: center;
}
.nav ul  li a{
	padding: 0.8em 1.2em 0.3em 1.2em;
	text-transform: uppercase;
    font-size: 0.9em;
	color:#444;
	display: block;
	opacity:0.8;
}
.nav ul:not(.sub-menu) > li  > a:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #444;
    display: block;
    margin: 5px auto 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.nav ul  li.current-menu-item a{
	color: #029d7e;
}
.nav ul:not(.sub-menu) > li.current-menu-item  > a:after{
	 background: #029d7e;
}
.nav ul li:hover > a{
	opacity:1;
	color: #029d7e;
}
.nav ul li:hover > a:after{
     width: 30px;
	 background: #029d7e;
}
/* Sous menu */
.nav ul  ul.sub-menu{
	position:absolute;
	opacity:0;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.nav ul ul.sub-menu li {
    padding: 0.1em 0.3em;
    text-align: left;
	background:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav ul ul.sub-menu li  a{
    font-size: 0.8em;
}
.nav ul  li.menu-item-has-children{
	position:relative;	
}
.nav ul  li.menu-item-has-children:hover ul.sub-menu{
	visibility: visible;
	opacity:1;	
}
.nav ul ul.sub-menu li:hover {
	background:#f8f8f8;
}

/*----------------*\
    FOOTER
\*----------------*/
.footer {
    background: #314f98;
    font-size: 0.9em;
    color: #fff;
}
.copyright {
    margin: 0;
	color: #fff;
}
.footer a {
    color:#f9f9f9;
}
.footer a:hover{
	color:#fff;
}
.copyright a:hover{
	text-decoration:underline;
}
.copyright {
    text-align: center;
	padding: 0 0 50px 0;
}
.footerwidgetcontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .footerwidget {
    display: inline-block;
	width: 32%;
    padding: 20px;
	vertical-align: top;
	font-size: 16px;
}
.footerimg {
    text-align: center;
}
.footerimg a.logofooter img {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	max-width: 300px;
}
.footerwidget p {
	color: #fff;
	text-align: left!important;
}
.footertitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
	margin-top: 0;
}
.footertitle::after {
    content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 5px 0 0 0;
}
.socialp img {
    opacity: 0.85;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.socialp img:hover {
    opacity: 1;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.bg1{
	position: relative;
	width: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	z-index: 99;
}
/*.contententete {
    position: absolute;
    top: 2em;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 20px 0 100px 0;
	text-align: center;
}*/
.bandeauentete{
	background : #029d7e;
	padding:20px;
	text-align: center;
}
.bandeauentete h1{
	color: #fff;
	margin: 0 auto;
}
.contententetebottom  p{
	color: #fff;
	text-shadow: 0px 1px 5px #000;
	font-size: 1.3em;
	max-width: 1200px;
	margin: 20px auto;
}
.contententetebottom {
    text-align: center;
	padding-bottom: 20px;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
button.ensavoirplus {
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    background: #0097bc;
	padding: 1.2em 2em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
button.ensavoirplus:hover {
    background: #029d7e;
}

.sectionhome{
    text-align: center;
}
.firstsection {
    text-transform: none;
	font-weight: 700;
}
.videoscontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.videocontainer {
    padding: 10px;
}
.bg2, .bg3 {
    width: 100%;
    position: relative;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
	margin: 20px 0 2px 0;
}
.paddingsection {
    padding: 20px;
	position: relative;
	z-index: 9;
}
.overlaysectionhome {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(256,256,256,0.8);
}
.hometitle{
    text-transform: uppercase;
	margin-top: 0;
}
.hometitle:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #029d7e;
    display: block;
    margin: 5px auto 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.bg2  button.ensavoirplus {
    margin: 20px;
    min-width: 320px;
}
/* Vignettes */
.bloc-vignette-container{
	display:flex;
	flex-wrap: wrap;
}
.bloc-vignette {
    overflow: hidden;
    position: relative;
    width: 30%;
    margin: 1%;
    height: 250px;
	flex-grow: 1;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.img-bloc-vignette  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100% !important;
    -webkit-transition: all 0.7s!important;
    transition: all 0.7s!important;
}
/*.sectionvignettes .img-bloc-vignette  {
	 -webkit-filter: sepia(100%) hue-rotate(135deg) brightness(100%);
	filter: sepia(100%) hue-rotate(135deg) brightness(100%);
	opacity: 0.8!important;
	will-change: opacity;
}*/
.bloc-vignette-titre {
    position: absolute;
    color: #fff;
    top: 0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 1s;
    transition: all 1s;
	text-shadow: 0px 1px 1px #314f98;
	text-align: center;
}
.sectionvignettes .bloc-vignette:hover .img-bloc-vignette,  .bg3 .bloc-vignette:hover .img-bloc-vignette{
    opacity: 0!important;
    -webkit-transform: scale3d(1.3,1.3,1);
    transform: scale3d(1.3,1.3,1);
}
.bloc-vignette:hover .bloc-vignette-titre  {
	color: #fff;
	 top: 10%;
}
.bloc-vignette:hover {
	background: #029d7e;
}

.bg3 .bloc-vignette {
    width: 48%;
    height: 280px;
    flex-grow: 1;
}
/* Actus */
.container-bloc-actu {
    margin-top: 40px;
    display: flex;
}
.container-bloc-actu .bloc-vignette {
    margin: 9px 0 0 0;
	height: auto;
	background: #fff;
}
.bloc-texte {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
}
.bloc-actu-titre {
    border-bottom: solid #0097bc 1px;
    margin-top: 0;
    text-transform: uppercase;
	color: #0097bc;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bloc-actu-titre:hover {
    border-bottom: solid #029d7e 1px;
	color: #029d7e;
}
.dateactu{
	color: #029d7e;
}
.rightsection {
    text-align: right;
    vertical-align: bottom;
	width:100%;
}
.bloc-texte button.ensavoirplus {
    margin-top: auto;
}
.voirtous{
    margin-top: 60px;
}
/*------------------------------------*\
    PAGES & SINGLE
\*------------------------------------*/
.innerwrapper {
    padding: 20px 60px;
    margin: 0 auto;
}
.imgcontainer {
    max-height: 200px;
    overflow: hidden;
}
.single-bloc-actu-titre{
	border-bottom: solid #029d7e 1px;
	color: #029d7e;
	margin: 0;
}
.single .container-bloc-actu {
    margin-bottom: 20px;
}
.single .dateactu {
    margin-top: 10px;
}
.single .bloc-texte {
    width: 75%;
	padding: 0;
}
.single .bloc-vignette {
    width: 20%;
	margin: 9px 10px 0 0;
}

.pagination {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}
.navigation.prevnext {
    margin: 20px auto;
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contactlink {
    display: inline-block;
	line-height: 2.5;
}
.mobile{ 
	display:none;
}
.desktop{ 
	display:block;
}
/* Contact forms */
.wpcf7-form input:not([type='checkbox']), .wpcf7-form textarea, .wpcf7-form-control-wrap select{
    /*background: #f9f9f9;
	 box-shadow: 0 0.15em 0.4em rgba(0,0,0,0.2); */
    border: solid 1px transparent;
    border-radius: 0;
    padding: 10px 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
	max-width:600px;
	color:#444;
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(100,100,100,.5) inset,0 0 10px rgba(100,100,100,.1) inset;
}
.wpcf7-form-control-wrap select, .wpcf7-form input:not([type='checkbox']) {
    height: 45px;
}
span.wpcf7-list-item {
    display: block;
}
.wpcf7-form textarea {
    height: 216px;
}
.wpcf7-form input:not([type='checkbox']):focus ,.wpcf7-form textarea:focus{
    outline: 0;
    border: 1px solid #029d7e;
	background: #fff;
}
.wpcf7-form input[type="submit"]{
	padding: 15px 30px;
	background: #0097bc;
	text-transform: uppercase;
	border-radius:0;
	color:#fff;
	width: auto;
	line-height: 1em;
	box-shadow: none;
}
.wpcf7-form input[type="submit"]:hover{
	background: #029d7e;
}
/*------------------------------------*\
    PARO DANS LES MEDIAS
\*------------------------------------*/
.page-id-1992 hr {
    margin: 40px 0;
}
/* Galerie & Featherlight Lightbox */
.gallery  img {
    border: 0px none!important;
}
.featherlight:last-of-type {
	background: #029d7e;
	background: rgba(49,79,152, 0.7);
}
.featherlight-next, .featherlight-previous {
    top: 50%;
	opacity: 0.9;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
	color: #fff;
	color: rgba(256,256,256,0.8);
	font-size: 35px;
}
.featherlight-previous {
    left: -50px;
}
.featherlight-next{
    right: -50px;
    left: auto;
}
.featherlight-next:before, .featherlight-previous:before{
   font-family: 'Font Awesome\ 5 Free';
   	position: absolute;
	display: block;
	font-size: 35px;
	top: -5px;
}
.featherlight-previous:before{
    content: "\f053";  
	left: 0;
}
.featherlight-next:before {
    content: "\f054";
	left: 0;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: none;
}
.featherlight-previous:hover:before, .featherlight-next:hover:before{
     color: #fff;
}
/* Bouton Close galerie Featherlight */
.featherlight .featherlight-close-icon {
    background-image: none;
    right: 22px;
    top: 18px;
    display: block;
    width: 25px;
    height: 35px;
    text-indent: initial;
}
.featherlight .featherlight-close-icon:after {
	content: "\f00d"; 
	color: #f5f5f5;
	font-size: 33px;
}
/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.comment-form-comment textarea {
    max-width: 100%;
    display: block;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (min-width: 981px) { 
	#togglemenu, #mobilescreen {
		display:none;
	}
} 
@media only screen and (min-width:1500px) {

}
@media only screen and (max-width:1400px) {
}
@media only screen and (max-width:1024px) {
	.bg1{
		height: 300px;
	}
}
@media only screen and (max-width:980px) {
	/* Menu */
	#popout {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9998;
		display:none;
	}
	#togglemenu {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 35px;
		height: 35px;
		text-align: center;
		cursor:pointer;
		z-index: 9999;
	}
	#mobilescreen{ 
		display:block;
	}
	#togglemenu .fas{
		color:#0097bc;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;	
	}
	#togglemenu .fas:hover{
		color: #029d7e;
	}
	#togglemenu .fas.fa-times{
		color: #029d7e;
	}
	.nav ul {
		display: block;
		background:#fff;
	}
	.nav ul li {
		text-align:left;
		padding: 0;
	}
	.nav ul li a{
		color:#029d7e;
	}
	.nav ul:not(.sub-menu) > li > a::after {
		display: none;
	}
	.nav ul li:hover > a{
		color: #fff;
		background: #029d7e;
	}
	.nav ul ul.sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		margin-left: 40px;
	}
	.nav ul ul.sub-menu li {
		border-bottom: 0px none;
	}

	.mobile{ 
		display:block;
	}
	.desktop{ 
		display:none;
	}
	.bloc-vignette-container .bloc-vignette {
		width: 48%;
	}
}
@media only screen and (max-width:768px) {
	.innerwrapper {
		padding: 20px;
	}
	.footer .footerwidget {
		width: 100%;
	}
	.footerimg {
		text-align: left;
	}
} 
@media only screen and (max-width:640px) {
	 .left, .right {
		width: 100%;
		margin: 0;
	}
	.bloc-vignette-container .bloc-vignette {
		width: 100%;
	}
}
@media only screen and (max-width:480px) {
	.bg1{
		height: 350px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#029d7e;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#029d7e;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#029d7e;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}