/*
	Theme Name: mocadamoderne
	Theme URI: http://3d.nextlevelcom.fr
	Description: mocadamoderne
	Version: 1.00
	Author: Pierre-Yves Mazaltarine
	Author URI: http://3d.nextlevelcom.fr
	Tags: Blank, HTML5, CSS3, WEBGL

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* h1.titrepeinture {
    display: none !important;
}
.descriptif {
    display: none !important;
} */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
canvas {
       /* filter: brightness(1.1) !important; */
}
button.comments-load-button {
    position: absolute;
}
/* 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%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
	overscroll-behavior: contain !important;
}
body {
    font: 400 14px/1.4 'Manrope', sans-serif;
    color: #444;
    margin: 0;
    width: 100%;
    height: 100%;
	background: #333;
	overscroll-behavior: contain !important;
}
main {
    margin: 0;
    width: 100%;
    height: 100%;
	position: relative;
	display:block;
	overscroll-behavior: contain !important;
}
.coin1 {
    position: absolute;
    width: 100%;
    background: #000;
    height: 10px;
    z-index: 500;
    top: 0;
    left: 0;
	pointer-events: none !important;
}
.coin2 {
    position: absolute;
    width: 100%;
    background: #000;
    height: 10px;
    z-index: 500;
    bottom: 0;
    left: 0;
	pointer-events: none !important;
}
.coin3 {
    position: absolute;
    width: 10px;
    background: #000;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
	pointer-events: none !important;
}
.coin4 {
    position: absolute;
    width: 10px;
    background: #000;
    height: 100%;
    z-index: 500;
    top: 0;
    right: 0;
	pointer-events: none !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
h1,h2,h3,h4,h5,h6{
font-weight:400;	
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
	overscroll-behavior: contain !important;
}
/* header */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.choix_artiste {
    position: fixed;
    color: #fff;
    background: #333;
    padding: 1px 10px 0px;
    font-size: 16px;
    right: 60px;
    line-height: 26px;
    top: 21px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 30px;
	display:none;
}
.choix_artiste:hover {
    background: #333333;
    color: #fff;
    border: 1px solid #ffffff;
}
.selecteur_artiste {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fffffff7;
    font-size: 18px;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #555;
    border-radius: 5px;
    display: none;
    opacity: 1;
    overflow: scroll !important;
    z-index: 50;
    padding: 40px 20px;
}
.selecteur_artiste .column {
    text-align: center;
}
.dontsplit {
    text-align: center;
}
h3.dontend {
    margin: 0px 0 !important;
    font-size: 18px;
    color: #014e97;
    font-weight: 600;
}
.selecteur_artiste h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f62a3;

}
.selecteur_artiste h3 {
    margin: 15px 0 0;
}
p.sortme {
    margin: 0;
    font-size: 16px;
    padding: 2px 0;
	text-decoration:underline;
	cursor:pointer;
}
p.sortme:last-child {
    margin-bottom: 10px;
}
p.sortme:hover {
    color:#406c94;
}
.enlever, .enlever2 {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 40px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #ca0000;
	z-index:50000;
}
.enlever:hover i,.enlever2:hover i {
    color: #000;
    transform: scale(1.05);
}
.infonav.opened {
    width: 96%;
    right: 2%;
    background: #fff;
    border: 1px solid #555555;
    height: 94%;
    top: 3%;
    z-index: 50000;
    padding: 0 75px;
}
.infosnav_content img {
    margin: 0 auto;
}
.infosnav_content {
    display: table;
    height: 100%;
}
.infosnav_table {
    display: table-cell;
    vertical-align: middle;
}
.infonav {
    position: fixed;
    display: none;
    width: 30px;
    height: 30px;
    background: #333333;
    right: 20px;
    top: 60px;
    transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 2px;
}

.infonav .fa-question-circle {
    position: absolute !important;
    font-size: 22px !important;
    color: #fff;
    top: 3px;
    left: 3px;
    cursor: pointer;
}
.orient {
    position: fixed;
    /* background: #333333; */
    color: #333;
    text-align: center;
    bottom: 0px;
    left: calc(50% - 80px);
    padding: 50px 3px 60px;
    border-radius: 6px;
    width: 160px;
    cursor: default;
    display: none;
}
.orient .fas {
    background: #000000d9;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    margin: 0 4px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
}
.orient .fas:hover {
transform:scale(1.1);
background:#000;
}
i.fas.fa-arrow-up {
    position: absolute;
    bottom: 107px;
    left: 57px;
}
i.fas.fa-arrow-down {
    position: absolute;
    bottom: 13px;
    left: 57px;
}
/* logo */
.logo {

}
.logo-img {
    max-height: 80px;
    width: auto;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
p.copyright {
    margin: 0;
    background: #222;
    color: #fff;
    z-index: 1000;
    font-size: 10px;
    padding: 2px 7px;
    border: 1px solid #555;
}
p.copyrightmobile {
    margin: 0;
    background: #222;
    color: #fff;
    z-index: 1000;
    font-size: 10px;
    padding: 2px 7px;
    border: 1px solid #555;
    position: absolute;
    display: none;
    bottom: 10px;
    right: 10px;
}
.copyrightmobile a {
    color: #ffd006;
    text-decoration: none;
}
footer.footer {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
}
footer a {
    color: #ffd105 !important;
    font-weight: 500;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    GALLERY3D
\*------------------------------------*/
.maingallery .wrapper {
    max-width: none;
    width: 100%;
    height: 100%;
}
.maingallery section {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: url(/wp-content/uploads/sites/23/2021/04/3d1.mocada.org-fond-mocada.jpg) no-repeat;
    background-size: cover;
}
.blocleft {
    background: #000000e6;
    /* width: 440px; */
    width: 100%;
    display: block;
    padding: 15px 15px 15px 13px;
    height: 100%;
    float: left;
    text-align: center;
    overflow: auto;
    border-right: 4px solid #000;
    color: #fff;
}
.navi {
    background: #000000;
    padding: 2px 10px 2px;
    border: 1px solid #eee;
    border-radius: 2px;
    /* display: none; */
    width: 1060px;
    margin: 40px auto !important;
    border-radius: 5px;
}
.navi1, .navi2 {
    display: inline-block;
    vertical-align: top;
}
.navi img {
    width: auto;
    border: 1px double #333;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transiton: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 260px;
    border-radius: 2px;
    border: 2px double #ffffff;
    margin: 0 20px;
}
.navi img:hover {
    filter: brightness(1.1);
	transform:scale(1.03);
}
h1.sous-titre {
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: -6px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
p.titreartiste {
    padding: 0 20px;
    display: block;
    width: 100%;
}
.description {
    border-bottom: 0px solid #555;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    max-width: 1000px;
    margin: 10px auto 20px;
}
.description strong {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.description p {
    margin: 4px;
}
.description em {
    font-size: 12px;
}
.description2 {
    border-bottom: 0px solid #555;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}
.description2 strong {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.description2 p {
    margin: 8px;
}
.description2 em {
    font-size: 12px;
}
.wpml-ls {
    margin-bottom: 0px;
    margin-top: 8px;
}
a.wpml-ls-link {
    border: 1px solid #555;
    padding: 5px 0px 6px;
    margin: 0 8px;
    width: 100px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transiton: all 0.3s;
    -webkit-transition: all 0.3s;
}
a.wpml-ls-link:hover {
    background: #f5f5f5;
}
div#barremain {
    margin-top: -10px;
}
.discover {
    background: #333;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 0 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transiton: all 0.3s;
    -webkit-transition: all 0.3s;
    letter-spacing: 1px;
}
.discover:hover {
    background: #000;
}
.blocleft h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ff3535;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
	  animation: animationFram linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFram linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFram linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFram linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFram linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFram{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFram{
  0% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -moz-transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFram {
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -webkit-transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFram {
  0% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -o-transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFram {
  0% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -ms-transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}
p.methode {
    font-size: 16px;
    width: 360px;
    display: block;
    margin: 12px auto 15px;
    color: #fff;
    font-weight: 500;
}
.charge {
    margin-top: 35px;
    /* display: none; */
}
.charge span {
    background: #333;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 0 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transiton: all 0.3s;
    -webkit-transition: all 0.3s;
    letter-spacing: 1px;
	visibility:hidden;
	display:none;
}
.charge span:hover {
    background: #111;
}
p#bouto2 {
    font-weight: 600;
    margin-top: -10px;
}
.blocright {
    background: #fff;
    width: 40%;
    display: block;
    padding: 0px;
    height: 100%;
    float: right;
    text-align: center;
    overflow: scroll;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	 box-shadow: 1px 1px 20px -2px;
	 -webkit-box-shadow: 1px 1px 20px -2px;
	 -moz-box-shadow: 1px 1px 20px -2px;
}
.blocright.gauche {
    float: left !important;
}
.blocright.ouvert {
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.diapostop {
    display: none;
}
.diapo {
    box-shadow: 0px 0px 15px 1px #ccc;
    height: 40px;
    display: block;
    width: 100%;
}
.bloccontenu {
    display: block;
    position: relative;
    width: 100%;
}
.diapo span {
    float: left;
    font-size: 28px;
    color: #555555;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.language .wpml-ls {
    margin-top: 0;
}
.diapo span:hover {
    color: #000;
}
.diapo.diapomobi{
display:none;
height: 28px;
margin-top: -12px;
background: #f5f5f5;
padding: 1px 0 !important;
}
span.diaporama i {
    font-size: 36px;
    padding-top: 2px;
	cursor:pointer;
}
span.diaporama {
	cursor:pointer;
}
.pleinecran {
    position: absolute;
    left: 10px;
    background: #fff;
    top: 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    z-index: 50;
    display: none;
    text-align: center;
    max-height: calc(100vh - 20px);
    max-width: calc(100vw - 20px);
}
.pleinecrancontent {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.pleinecran img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none !important;
}
.fermer {
    background: url(./img/closearrow.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    position: absolute;
    filter: brightness(0);
    cursor: pointer;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	display:none !important;
}
.fermer:hover {
    filter: brightness(1) invert(1);
}
span.fermerdiapo {
    float: right;
    margin-right: 5px;
    font-size: 30px;
    margin-top: -1px;
}
h1.titrepeinture {
    font-size: 30px;
    padding: 10px 35px 0px 35px;
    margin-bottom: -7px !important;
    text-align: center;
    margin-top: 50px !important;
    color: #444444;
    font-weight: 500;
    width: 100%;
}
h2.titredate {
    margin-top: 4px;
}
h2.titreartiste {
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin: 12px 0px 22px !important;
    text-align: center;
    color: #b6991c;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.descriptif {
    margin-top: -12px;
    display: block;
    position: relative;
    width: 100%;
}
h3.prix {
    text-align: center;
    font-size: 20px;
    margin-top: -6px;
    color: #333;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}
div#reseaux {
    display: block;
    width: 100%;
    position: relative;
}
div#reseaux a {
    font-size: 18px;
    margin: 0 6px;
    display: inline-block;
}
.bouton {
    display: block;
    width: 100%;
    position: relative;
}
.fa-instagram-square {
    color: #c90073;
}
.fa-pinterest-square {
    color: #d40018;
}
.fa-facebook-square {
    color: #4064ad;
}
.fa-twitter-square {
    color: #1c9deb;
}
a.liensite {
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0px;
    display: block;
    width: 200px;
    margin: 14px auto 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	border-radius: 3px;
}
a.liensite:hover {
    background: #111;
}
a.toileseule {
    background: #b6991c;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0px;
    display: block;
    width: 200px;
    margin: 8px auto 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 3px;
}
.peinturecont a {
    color: #0258b1;
}
a.toileseule:hover {
    background: #111;
}
.wpcf7 {
    background: #f5f5f5;
    padding: 2px 0 0px;
    width: 50%;
    margin: 0 auto;
    padding: 30px 20px;
    border: 1px solid #555;
    border-radius: 4px;
}
.wpcf7 h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 8px 0 -18px;
}
.wpcf7-form label {
    float: left;
    width: 50%;
    margin-top: -6px;
}
.wpcf7-form label.areaform {
    width: 100%;
    margin-top: -5px;
}
textarea.wpcf7-form-control {
    width: 97%;
    height: 70px;
    padding: 3px 5px;
    border: 1px solid #ccc;
	text-align: center;
}
input.wpcf7-form-control {
    padding: 3px 5px;
    border: 1px solid #ccc;
    width: 94%;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 5px 0;
    width: 50%;
    text-transform: uppercase;
    border-radius: 2px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ccc;
}
div.wpcf7 .ajax-loader {
    position: absolute;
}
div.wpcf7-mail-sent-ok {
    width: 93%;
    margin: 0 auto;
}
div#wpcf7-f1540-o2 {
    display: none;
}
#OPENEYE .bouton {
    display: none;
}
#ARTGENCE .bouton {
    display: none;
}
.peinturecont ul {
    text-align: left;
}
#OPENEYE h2 {
    color: #f10706;
}
#OPENEYE .peinturecont {
    border-color: #f10706 !important;
}
#OPENEYE a.toileseule {
    background: #f10706;
}
span.your-paint:before {
    background: transparent;
    content: '';
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 28px;
}
.peinturecont {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 2px;
    border: 1px solid #b7991a;
    width: 95%;
    margin: 20px auto;
    display: block;
    position: relative;
    color: #000;
    font-size: 15px;
}
.peinturecont p {
    margin: 8px 0;
}
label.yourpaint {
    width: 100%;
}
.explication div {
height:100%;
padding-top:15vh;
cursor:pointer;
}
.explication {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -10;
    display: none;
    background: rgba(0,0,0,0.9);
}
.explication span {
    color: aqua;
    font-weight: 600;
    font-size: 20px;
    text-shadow: -1px 1px #000;
    margin-top: -28px;
    display: block;
	letter-spacing:1px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.explicationmobile div {
height:100%;
padding-top:15vh;
}
.explicationmobile {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10000;
    display: none;
	background: rgba(0,0,0,0.8);
}
.explicationmobile span {
    color: aqua;
    font-weight: 600;
    font-size: 20px;
    text-shadow: -1px 1px #000;
    margin-top: -28px;
    display: block;
	letter-spacing:1px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bouger {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.deplacer {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.bougermobile {
    width: 100%;
    height: 100%;
	cursor:pointer;
}
.bougermobile img.deplacement {
    width: 90px;
}
.deplacermobile img.deplacer {
    width: 50px;
}
.deplacermobile {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.mobilebureau {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.explicationmobile .mobilebureau p {
    padding-top: 40px;
}
.bougerkeys {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.deplacerkeys {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
.finalkeys {
    width: 100%;
    height: 100%;
	cursor:pointer;
	display:none;
}
img.deplacement {
    width: 180px;
	height: auto;
    display: block;
    margin: 0 auto;
	animation: animationFrames linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 30% 0%;
	-webkit-animation: animationFrames linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 30% 0%;
	-moz-animation: animationFrames linear 2s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 30% 0%;
	-o-animation: animationFrames linear 2s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 30% 0%;
	-ms-animation: animationFrames linear 2s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 30% 0%;
	
}
img.deplacer {
    width: 85px;
	height: auto;
	display:none;
    display: block;
    margin: 0 auto;
	animation: animationFrames2 linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 30% 0%;
	-webkit-animation: animationFrames2 linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 30% 0%;
	-moz-animation: animationFrames2 linear 2s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 30% 0%;
	-o-animation: animationFrames2 linear 2s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 30% 0%;
	-ms-animation: animationFrames2 linear 2s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 30% 0%;
}
img.deplacementkeys {
    width: 180px;
	height: auto;
    display: block;
    margin: 0 auto;
	animation: animationFrames linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 30% 0%;
	-webkit-animation: animationFrames linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 30% 0%;
	-moz-animation: animationFrames linear 2s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 30% 0%;
	-o-animation: animationFrames linear 2s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 30% 0%;
	-ms-animation: animationFrames linear 2s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 30% 0%;
	
}
img.deplacerkeys {
    width: 150px;
	height: auto;
	display:none;
    display: block;
    margin: 0 auto;
}
img.finalkeys {
    width: 150px;
	height: auto;
	display:none;
    display: block;
    margin: 0 auto;
}
.finalkeys p {
    color: orangered !important;
}
.explication p {
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
    font-size: 30px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    text-shadow: -1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.explicationmobile p {
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
    font-size: 22px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    text-shadow: -1px 1px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.explicationmobile span {
    color: aqua;
    font-weight: 600;
    font-size: 16px;
    text-shadow: -1px 1px #000;
    margin-top: -14px;
    display: block;
    letter-spacing: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@keyframes animationFrames2{
  0% {
    transform:  translate(0px,0px)  ;
  }
  25% {
    transform:  translate(0px,-15px)  ;
  }
  75% {
    transform:  translate(0px,15px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}
@-moz-keyframes animationFrames2{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  25% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  75% {
    -moz-transform:  translate(0px,15px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}
@-webkit-keyframes animationFrames2 {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  25% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,15px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}
@-o-keyframes animationFrames2 {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  25% {
    -o-transform:  translate(0px,-15px)  ;
  }
  75% {
    -o-transform:  translate(0px,15px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}
@-ms-keyframes animationFrames2 {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  25% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  75% {
    -ms-transform:  translate(0px,15px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  25% {
    transform:  translate(-30px,0px)  ;
  }
  75% {
    transform:  translate(30px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}
@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  25% {
    -moz-transform:  translate(-30px,0px)  ;
  }
  75% {
    -moz-transform:  translate(30px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  25% {
    -webkit-transform:  translate(-30px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(30px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  25% {
    -o-transform:  translate(-30px,0px)  ;
  }
  75% {
    -o-transform:  translate(30px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  25% {
    -ms-transform:  translate(-30px,0px)  ;
  }
  75% {
    -ms-transform:  translate(30px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
p.infosmob {
    display: none;
    width: 100%;
    position: relative;
}
p.infosmobless {
	    display: none;
    width: 100%;
    position: relative;
}
.message2 {
    display: none;
}
canvas{
z-index:-1;
height:100vh;
overscroll-behavior: contain !important;
/* filter:saturate(1.1) contrast(1.1);
-moz-filter:saturate(1.1) contrast(1.1);
-webkit-filter:saturate(1.1) contrast(1.1); */
}
.vrcard {
    position: absolute;
    bottom: 6px;
    left: 18px;
    font-size: 33px;
    color: #000;
    display: none;
    cursor: pointer;
	z-index: 50;
}
.curseur {
    position: fixed;
    width: 44px;
    height: 44px;
    display: block;
    z-index: 10000;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    background: url(./img/aim1.png) no-repeat;
    background-size: 100% 100%;
    transiton: all 0.5s;
    display: none;
	filter:invert(1);
	z-index:0;	
}
.curseur.selection {
    background: url(./img/aim.gif) no-repeat;
    background-size: 100% 100%;
}
.fullscreen {
    position: fixed;
    color: #fff;
    background: #333;
    padding: 1px 5px 0px;
    font-size: 20px;
    right: 20px;
    width: 30px;
    line-height: 26px;
    top: 21px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 30px;
	filter: invert(0);
}
.fullscreen:hover {
    filter: invert(1);
}
.language {
    position: fixed;
    right: 42px;
    top: 13px;
	display: none;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    line-height: 20;
    line-height: 18px;
}
.language .wpml-ls-item a {
    border-radius: 0px;
    background: #f5f5f5;
    width: 120px;
	height:30px;
}
.language .wpml-ls-current-language {
    display: none;
}
.language .wpml-ls-item a:hover {
    background: #ffffff;
}
span.autre {
    position: fixed;
    color: #fff;
    background: #333;
    padding: 0px 6px;
    font-size: 24px;
    right: 60px;
    top: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
span.autre:hover {
    background: #000;
}
span.autre.diaporama i {
    font-size: 24px;
    padding-top: 0;
}
.audiooff {
    position: fixed;
    color: #fff;
    background: #333;
    padding: 1px 5px;
    font-size: 20px;
    right: 19px;
    top: 56px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 30px;
    height: 30px;
	display:none;
}
.audiooff:hover {
    background: #000;
}
.rotation {
    display: none;
}
.wpml-ls {
    margin-bottom: 0px;
    margin-top: 12px;
}
.contacter {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
	z-index:2000;
	background:rgba(0,0,0,0.85);
	display:none;
}
.contacter.ouvert {
    display: block;
}
.contactercell {
    width: 98vw;
    height: 98vh;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.contacterfermer {
    width: 53px;
    margin: 0 auto;
    background: transparent;
    padding: 12px 0 10px;
    border: 0px solid #555;
    border-bottom: none;
    cursor: pointer;
    margin-top: -53px;
}
.contacterfermer i {
    font-size: 46px;
    color: #f5f5f5;
}
.boutoncontacter {
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0px;
    display: block;
    width: 200px;
    margin: 8px auto 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    position: relative;
	border-radius: 3px;
}
.peinturecontenu {
    width: 100%;
    display: block;
    position: relative;
}
.boutoncontacter:hover {
    background: #000;
}
.diapo.diapomobile{
display:none !important;	
visibility:hidden;
}
.progress1 .cssProgress-bar {
    height: 30px !important;
    border-radius: 5px;
}
.cssProgress .progress1, .cssProgress .progress2, .cssProgress .progress3 {
    width: 50% !important;
    margin-left: 25%!important;
    border-radius: 5px;
}
/*------------------------------------*\
    ARTICLE SEUL
\*------------------------------------*/
article {
    display: block;
    width: 100%;
    float: left;
}
.single-html5-blank .imagealaune {
    width: 58%;
    margin-right: 2%;
	float: left;	
}
.single-html5-blank .descriptif {
    width: 40%;
	float: left;	
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1400px) {
.navi img {
    height: 180px;
}
.selecteur_artiste h2 {
    font-size: 16px;
    top:8px;
}
p.sortme {
    font-size: 12px;
}
h1.titrepeinture {
    font-size: 26px;
    padding: 0px 35px 0px 35px;
    margin-top: 20px !important;
}
.discover {
    display: block;
    font-size: 15px;
}
.charge {
    margin-top: 20px;
}
.navi {
    margin: 25px auto 0 !important;
	width: 920px;
}
p.methode {
    font-size: 15px;
    width: 330px;
}
.logo-img {
    max-height: 55px;
}
h1.sous-titre {
    margin-top: 12px;
    font-size: 16px;
}
.description {
    font-size: 14px;
    margin: 10px auto 10px;
}
.blocleft h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
a.wpml-ls-link {
    font-size: 12px;
	padding: 5px 0px 4px;
}
.wpml-ls {
    margin-bottom: 0px;
    margin-bottom: 12px;
}
p#bouto2 {
    margin-top: -10px;
    font-size: 12px;
    margin-bottom: -5px;
}
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1040px) {

}
@media only screen and (min-width:501px) and (max-width:800px) {
p.infosmob {
	display: none !important;
}
p.infosmobless {
    display: none !important;
}
.blocright {
height:100% !important;
}
.inf {
display: block !important;
}
}
@media only screen and (max-width:800px) {
.infonav{
display:none !important;	
}
.blocright {
    box-shadow: none;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
	padding: 0 10px
}
.diapo {
    box-shadow: none;
    height: 26px;
    margin-top: 3px;
}
.diapo.diapomobile {
    position: fixed;
    height: auto;
    right: 40%;
    width: 29px;
    top: 30vh;
    background: #ffffff;
    margin-right: 1px;
    border-radius: 4px 0px 0px 4px;
}
.diapo.diapomobile span {
    position: relative;
    display: block;
    float: none !important;
    margin-left: 0;
    padding: 0px 0px 0px 2px;
    height: auto !important;
    line-height: 32px;
	transition:all 0s;
	-moz-transition:all 0s;
	-webkit-transition:all 0s;
}
.diapomobile {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	 box-shadow: none;
	 -webkit-box-shadow: none;
	 -moz-box-shadow: none;
	 border: 1px solid #ccc;
    border-right: none;
}
.diapomobile.ouvert {
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
h1.titrepeinture {
    font-size: 16px;
    margin-top: 6px !important;
}
h2.titredate {
    font-size: 14px;
}
h2.titreartiste {
    font-size: 14px;
    margin: 8px 0px 20px !important;
}
.descriptif {
    font-size: 12px;
    margin-top: -10px;
}
h3.prix {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 2px;
}
div#reseaux a {
    font-size: 16px;
    margin: 0 4px;
}
a.toileseule {
    font-size: 10px !important;
    letter-spacing: 1px;
    padding: 6px 0px;
    margin: 8px auto 0;
}
.boutoncontacter {
    font-size: 10px !important;
    letter-spacing: 1px;
    padding: 6px 0px;
    margin: 8px auto 0;
}
.peinturecont {
    margin: 8px 8px;
    padding: 0 2px;
    font-size: 12px;
}
.diapo span {
    font-size: 22px;
    margin-left: 14px;
    padding-top: 0px;
    line-height: 26px;
}
span.fermerdiapo {
    float: right;
    margin-right: 10px;
    font-size: 22px;
    margin-top: 0px;
}
.fullscreen {
    padding: 0 0 0 5px;
    font-size: 16px;
    right: 20px;
    top: 18px;
    height: 27px;
    width: 27px;
}
span.autre {
    padding: 1px 6px;
    font-size: 18px;
    right: 54px;
    top: 24px;
	height: 29px;
}
span.autre.diaporama i {
    font-size: 18px;
}
.audiooff {
    padding: 1px 4px 1px;
    font-size: 17px;
    right: 20px;
    top: 50px;
    height: 27px;
    width: 27px;
}
.language .wpml-ls-item a {
    width: 72px;
    height: 27px;
    line-height: 0;
    padding: 4px 0;
}
.language .wpml-ls {
    margin-top: -3px !important;
}
.wpcf7 {
    padding: 10px 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: -6px;
}
input.wpcf7-form-control {
    padding: 1px 5px;
    border: 1px solid #ccc;
    width: 94%;
    text-align: center;
    font-size: 12px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: -6px;
    padding: 3px 0;
}
textarea.wpcf7-form-control {
    font-size: 12px;
    height: 50px;
}
.contacterfermer i {
    font-size: 34px;
    color: #f5f5f5;
}
.contacterfermer {
    padding: 2px 0 2px;
    margin-top: -5px;
}
}
.safari {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: table;
    z-index: 70000;
    background: #fff;
	display:none !important;
}
.languagesafari .wpml-ls-statics-shortcode_actions {
    margin: 0;
    position: relative !important;
	padding: 0;
}
.languagesafari a.wpml-ls-link {
    padding: 2px 0 1px;
}
.safari img.logo-img {
    width: 120px !important;
    margin-top: -50px;
}
.safariell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.safari p {
    font-weight: 500;
    font-size: 14px;
    padding: 0 30px;
}
span.volonte {
    display: block;
    border: 1px solid #ccc;
    width: 240px;
    margin: -6px auto 5px;
    padding: 2px 0 3px;
    border-radius: 4px;
    background: #555;
    color: #fff;
    cursor: pointer;
}
img.chromeimage {
    width: 70px;
    display: block;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 4px -1px #999;
}
@media only screen and (max-width:768px) {
.selecteur_artiste.mobi {
    display: block !important;
    overflow: scroll !important;
    width: 100% !important;
    height: 100% !important;
}
.selecteur_artiste.mobi .selecteur_artiste_content {
    display: block !important;
    position: relative !important;
    /* height: 100% !important; */
}
.selecteur_artiste.mobi .column {
    width: 100% !important;
}
.selecteur_artiste.mobi h2 {
    position: relative !important;
    width: 250px !important;
    margin: -20px auto 10px !important;
    font-size: 14px !important;
	display:block;
}
.choix_artiste {
    font-size: 15px;
    line-height: 23px;
    top: 17px;
    height: 27px;
}
.enlever {
    position: fixed;
}
.single-html5-blank .imagealaune {
    width: 100%;
    margin-right: 0%;
	float: left;	
}
.single-html5-blank .descriptif {
    width: 100%;
	float: left;	
}
/* .vrcard {
	display:block;
} */
/* .navi {
    display: none;
} */
/* .charge {
	display: block;
} */
/* .blocleft {
    width: 100%;
    border: none;
} */
/* .logo-img {
    max-width: 60%;
} */
/* h1.sous-titre {
    font-size: 20px;
} */
/* .description {
    font-size: 16px;
} */
/* p#bouto2 {
    margin-top: -12px;
} */
/* .charge span {
    font-size: 14px;
    padding: 8px 0 10px;
} */
}
@media only screen and (max-width:500px) {
.diapo.diapomobi {
   background: transparent !important;
}
.rotation {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
	left: 0;
    top: 0;
	/* display:table; */
	z-index:15000;
	display:none !important;
}
.rotation img.logo-img {
    width: 120px !important;
    margin-top: -50px;
}
.logo-img {
    max-width: 140px !important;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
/*     position: fixed;
    z-index: 50000;
    width: 100%;
    top: 10px;
	left: 0; */
}
.blocleft {
    width: 100%;
}
.blocright {
    height: auto !important;
	width: 100% !important;
}
.blocright.infos {
    width: 100%;
    height: auto;
    overflow: initial;
}
.inf {
    display: none;
}
.wpcf7 {
    background: #f5f5f5;
    padding: 2px 0 0px;
    width: 85%;
    margin: 0 auto;
    padding: 30px 20px;
    border: 1px solid #555;
    border-radius: 4px;
}
.description {
    font-size: 16px !important;
	margin-top: 20px;
}
.description em {
    font-size: 14px !important;
}
h1.titrepeinture {
    font-size: 16px;
    margin-top: 0px !important;
    max-width: 300px;
    margin: 0 auto;
}
h2.titredate {
    font-size: 14px;
}
.contacterfermer {
    padding-left: 10px !important;
}
h2.titreartiste {
    font-size: 14px;
    display: block;
    padding: 0;
    margin: 4px auto 0!important;
    max-width: 320px;
}
.explicationmobile {
    padding: 30px;
}
p.infosmob {
    margin: 2px auto 6px;
    background: #555;
    color: #fff;
    border: 1px solid #555;
    width: 120px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
	display: block;
	cursor:pointer;
	position:relative;
}
p.infosmobless {
    margin: -8px auto 12px;
    background: #555;
    color: #fff;
    border: 1px solid #555;
    width: 120px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
    display: none;
	cursor:pointer;
	position:relative;
}
.diapo span {
    margin-right: 6px;
    margin-left: 0;
}
span.fermerdiapo {
    margin-right: 0px;
}
.rotationell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.rotation p {
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
}
}
@media only screen and (max-width:480px) {

}
@media only screen and (max-width:320px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	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;
	}
}
