@charset "UTF-8";
body.hidden-scroll {
overflow: hidden;
} .sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035;
} .sl-wrapper {
z-index: 1040;
} .sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
} .sl-wrapper button:hover {
opacity: 0.7;
} .sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 1060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem;
} .sl-wrapper .sl-close:focus {
outline: none;
} .sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem;
} .sl-wrapper .sl-navigation {
width: 100%;
display: none;
} .sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 1060;
font-family: Arial, Baskerville, monospace;
color: #000;
} .sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
} .sl-wrapper .sl-navigation button:focus {
outline: none;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-navigation button {
width: 44px;
} .sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-navigation button {
width: 44px;
} .sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
} .sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
} .sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-image img {
border: 0 none;
}
} .sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-image iframe {
border: 0 none;
}
} .sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
} .sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
} .sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
} .sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060;
} .sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
} .sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}a.meanmenu-reveal {
display: none;
} .mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
background: #0c1923;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #0c1923;
margin-top: 44px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255,255,255,0.5);
text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255,255,255,0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255,255,255,0.1);
border: none !important;
border-left: 1px solid rgba(255,255,255,0.4) !important;
border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
} .mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-remove {
display: none !important;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; } article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
body {
font-family: 'Montserrat', sans-serif;
position: relative;
line-height: 1.5em; }
h1 {
line-height: 1em;
margin-bottom: 0.4em; }
h2 {
line-height: 1em; }
ul {
margin: 0;
padding: 0; }
img {
height: auto; }
.btn {
color: #0F4442;
border: 1px solid #0F4442;
border-radius: 0;
font-weight: 700;
padding: 1.2em 1.5em; }
.btn i {
position: relative;
transition: 500ms;
left: 0;
display: inline-block;
margin-left: 0.4em; }
.btn:hover {
color: #0F4442; }
.btn:hover i {
left: 4px;
transition: 500ms; }
.btn--white {
color: #FFF;
border: 1px solid #FFF; }
header {
width: 90%;
border: 1px solid #FFF;
margin: 2em auto 0;
position: absolute;
z-index: 9;
left: 0;
right: 0; }
header h1 {
float: left;
margin: 0;
border-right: 1px solid #FFF;
padding: 0.6em 0.5em; }
header h1 img {
display: block; }
header nav {
float: right; }
header nav ul {
margin: 0;
padding: 0; }
header nav ul li {
display: inline-block; }
header nav ul li:hover .sub-menu {
display: block; }
header nav ul li:last-child a {
border-left: 1px solid #FFF; }
header nav a {
display: block;
padding: 1em 2em;
color: #FFF;
transition: 500ms; }
header nav a:hover {
color: #0F4442;
text-decoration: none;
background-color: #FFF;
transition: 500ms; }
.sub-menu {
position: absolute;
max-width: 200px;
border: 1px solid #FFF;
display: none; }
.sub-menu li {
display: block; }
.sub-menu li:last-child a {
border: none; }
.sub-menu a {
border-left: none;
border-bottom: 1px solid #FFF; }
.hero {
background-image: url(//couleur-aventure.be/wp-content/themes/couleuraventure/img/bg-hero.jpg);
background-size: cover;
background-position: center center;
min-height: 700px;
height: auto;
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: #FFF;
text-align: center;
overflow: hidden; }
.hero:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #0F4442;
opacity: .3;
z-index: 1; }
.hero--home {
height: 100vh; }
.hero--home:after {
display:none;
content: "";
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-image: url(//couleur-aventure.be/wp-content/themes/couleuraventure/img/cloud.png);
background-size: 400px;
z-index: 2;
opacity: .2;
-webkit-animation: backgroundScroll 25s infinite;
animation: backgroundScroll 25s infinite; }
.hero__content {
position: relative;
z-index: 3; }
.hero a {
color: #FFF; }
.hero .facebook {
position: absolute;
left: 0;
top: 50%;
z-index: 3; }
.hero .facebook a {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
display: block;
font-size: 0.875em; }
.hero__contact {
position: absolute;
right: -100px;
top: 50%;
z-index: 3;
font-size: 0.875em; }
.hero__contact > div {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.hero h2 {
font-size: 2.75em;
font-weight: 700; }
.activites {
background-color: #0F4442;
text-align: left;
padding: 6em 0;
color: #FFF;
position: relative; }
.activites .container {
position: relative;
z-index: 9; }
.activites h2 {
font-size: 1.75em; }
.activites .slick-slider {
z-index: 9; }
.activites .row{
align-items: center;
}
.activites__content p{
margin-bottom: 1em;
}
b, strong{
font-weight: bold;
}
.act-liste{
padding: 0 0 3em;
position: relative;
}
.act-liste:after{
content: "";
background-color: #0F4442;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
height: 50%;
z-index: -1;
}
}
.act-liste ul{
position: relative;
z-index: 9;
padding: 0;
}
.tilt {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative; }
.tilt h2 {
-webkit-transform: translateZ(20px);
transform: translateZ(20px);
position: absolute;
top: 47%;
left: 0;
right: 0;
font-weight: bold;
text-shadow: 0px 0px 32px black;
font-size: 1.4em; }
.tilt img {
display: block;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
section h1 {
font-size: 2.75em;
font-weight: 700; }
.slick-current {
-webkit-transform: scale(1.1);
transform: scale(1.1);
transition: 500ms; }
.slick-slider {
text-align: center;
padding:  0 0 2em; }
.slick-slider li {
padding: 1em;
transition: 500ms; }
.slick-slider a {
color: #FFF; }
.slick-slider img {
width: 100%;
height: auto;
display: block; }
.nordique {
background: url(//couleur-aventure.be/wp-content/themes/couleuraventure/img/nordique.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
position: relative;
color: #FFF;
padding: 6em 0; }
.nordique__content {
position: relative;
z-index: 3; }
.nordique:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.3) 63%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00050a05',GradientType=1 );
z-index: 1; }
.nordique .logo {
position: absolute;
right: 50px;
bottom: -50px; }
.nordique .logo img{
width: 100%;
height: auto;
max-width: 284px;
z-index: 9;
}
.nordique .btn {
margin-top: 1em; }
.contact-link {
text-align: center;
padding: 8em 0; }
.contact-link .container {
max-width: 650px; }
.contact-link .btn {
margin-top: 1em; }
.footer {
background-color: #00303E;
color: #FFF;
padding: 6em 0; }
.footer li {
display: block;
margin: 0.5em 0;
font-size: 0.9375em; }
.footer h2 {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0.5em;
letter-spacing: 1px;
display: block; }
.footer a {
color: #FFF; }
.footer .btn {
margin-top: 1em; }
.footer__logo {
display: flex;
align-items: center; }
.footer__logo .slogan {
font-size: 1.625em;
font-weight: 700;
line-height: 1.2em;
padding: 1em; }
.contenu {
padding: 4em 0;
background-color: #FF; }
.contenu p{
margin-bottom:0.5em;
}
.part {
padding: 4em 0; }
.part h2 {
font-weight: bold;
font-size: 2.25em;
color: #0F4442;
margin-bottom: 0.5em; }
.part ul {
padding-left: 1.5em; }
.part b, .part strong {
font-weight: bold; }
.part i, .part em {
font-style: italic; }
.part a {
color: #007fa4;
text-decoration: none;
font-weight: bold; }
.part li {
list-style-type: disc; }
.textcentre {
text-align: center;
max-width: 750px;
margin: 0 auto; }
.textimage .row {
align-items: center; }
.contactinfo {
padding: 6em 0 9em;
text-align: center;
font-size: 1.2em; }
.contactinfo i {
font-size: 2em;
color: #0F4442;
display: block;
margin-bottom: 0.5em; }
.contactinfo span {
display: block; }
.contactinfo a {
color: #00303E; }
.form {
background-color: #0F4442;
padding: 0 0 6em; }
.form .container {
background-color: #FFF;
max-width: 720px;
padding: 2em;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
box-shadow: 0 11px 30px 0 rgba(150, 150, 150, 0.5); }
.form h2 {
text-align: center;
font-weight: bold;
font-size: 1.875em;
color: #0F4442;
margin-bottom: 1em; }
.form input, .form textarea {
width: 100%;
display: block;
padding: 0.7em;
border: 1px solid #c3c3c3; }
.form label {
display: block; }
.formgroup {
margin-bottom: 2em; }
.form br{
display: none;
}
.galerie {
padding: 8em 0; }
.galerie h2 {
text-align: center; }
.galerie img {
width: 100%;
height: auto;
display: block; }
.small-gutters .col-md-3, .small-gutters .col-md-4 {
padding-right: 7.5px !important;
padding-left: 7.5px !important;
margin-bottom: 1em; }
.slick-arrow {
width: 36px;
height: 36px;
font-size: 0;
border: 0;
cursor: pointer;
position: absolute;
bottom: 0;
left: 15px;
background-image: url(//couleur-aventure.be/wp-content/themes/couleuraventure/img/arrow.svg);
background-repeat: no-repeat;
background-position: center center; }
.slick-next {
left: inherit;
right: 15px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.liste {
padding: 6em 0; }
.liste img {
width: 100%;
height: auto;
display: block; }
.liste li a {
background: #FFFFFF;
box-shadow: 0 1px 3px 0 rgba(150, 150, 150, 0.2);
height: auto;
display: block;
font-weight: bold;
color: #0F4442;
transition: 500ms; }
.liste li a:hover {
box-shadow: 0 1px 30px 0 rgba(150, 150, 150, 0.4);
transition: 500ms;
text-decoration: none; }
.liste h2 {
text-align: center;
padding: 1.5em; }
.policy .hero{
min-height: 400px;
}
.policy__content{
padding: 6em 0;
}
.policy h2{
font-size: 1.5em;
margin: 2em 0 0.5em;
}
.policy p{
margin-bottom: 0.5em;
}
.policy ul{
padding-left: 1em;
margin-bottom: 1em;
}
.policy li{
list-style-type: disc;
}
.policy a{
color: #1f7e36;
}
.foot{
padding: 0.5em 0;
text-align: center;
background-color: #00303E;
color: #FFF;
font-size: 0.825em;
}
.foot a{
color: #FFF;
} 
@-webkit-keyframes backgroundScroll {
from {
background-position: 0 0; }
to {
background-position: -400px 0px; } }
@keyframes backgroundScroll {
from {
background-position: 0 0; }
to {
background-position: -400px 0px; } } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
img{
max-width: 100%;
}
.wpcf7-submit{
background: #00303E;
color: #FFF;
float: right;
border:1px solid #00303E;
padding: 1.5em;
text-transform: uppercase;
font-size: 0.875em;
letter-spacing: 2px;
}
.video{
padding: 0 0 3em;
}
.videocontainer {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.videocontainer iframe, .videocontainer embed, .videocontainer object {
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
} @media only screen and (max-width: 800px) {
.hero__contact{
display: none;
}
.hero .facebook{
display: none;
}
.nordique .logo{
width: 188px;
}
footer{
text-align: center;
}
.footer__logo{
display: block;	
}
footer .row > div{
margin-bottom: 3em;
}
.contactinfo .row .col-md-4{
margin-bottom: 3em;
}
.hero{
width:100%;
}
.sub-menu{
position: relative;
max-width: 100%;
border: none;
}
header{
display: none;
}
}
@media only screen and (max-width: 600px) {
.nordique .logo{
width: 100px;
}
} @media print {
*,
*:before,
*:after {
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) ")"; } a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; } thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }