/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
    font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    --primary-color:#ba0000;
    background: #fff;
}
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;
}
::-moz-selection {
    background: #ba0000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ba0000;
    color: #fff;
    text-shadow: none;
}
/* @font-face */
@font-face {
    font-family: "Caecilia_light";
    src: url("font/light/CaeciliaLTStd-Light.eot?#iefix") format("embedded-opentype"), url("font/light/CaeciliaLTStd-Light.woff") format("woff"),
        url("font/light/CaeciliaLTStd-Light.ttf") format("truetype"), url("font/light/CaeciliaLTStd-Light.svg#svgFontName") format("svg");
}
@font-face {
    font-family: "Caecilia_roman";
    font-weight: normal;
    src: url("font/roman/CaeciliaLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("font/roman/CaeciliaLTStd-Roman.woff") format("woff"),
        url("font/roman/CaeciliaLTStd-Roman.ttf") format("truetype"), url("font/roman/CaeciliaLTStd-Roman.svg#svgFontName") format("svg");
}
@font-face {
    font-family: "Caecilia_bold";
    font-weight: normal;
    src: url("font/bold/CaeciliaLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("font/bold/CaeciliaLTStd-Bold.woff") format("woff"),
        url("font/bold/CaeciliaLTStd-Bold.ttf") format("truetype"), url("font/bold/CaeciliaLTStd-Bold.svg#svgFontName") format("svg");
}
/* GLOBAL STYLE */
body {
    font-family: "Caecilia_roman", georgia, times, serif;
    background: #fff;
}
a {
    text-decoration: none;
    color: #000;
    outline: none;
}
img {
    border: none;
    outline: none;
    -ms-interpolation-mode: bicubic;
}
.clearfix {
    clear: both;
    border: none;
    visibility: hidden;
    height: 0;
}
/* background homepage */
#bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url("../images/background_640px.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
/* MENU */
#menu {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 300px;
    background: none;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}
#menu #button {
    display: none;
}
#menu #logo #homepage {
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
}
#menu #logo a#homepage:hover {
    color: #5e5e5e;
}
#menu #logo {
    width: 100px;
    font-family: "Caecilia_light";
    font-size: 23px;
    letter-spacing: 0.1em;
    margin: 50px 0 30px 30px;
}
#menu #nav li {
    border-top: 1px solid #e9e9e9;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
}
#menu #nav li:hover {
    background: #fff;
}
#menu #nav li:first-child {
    border: none;
}
#menu #nav li .n1 {
    display: block;
    padding: 10px 30px;
    font-family: "Caecilia_bold";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    color: #000;
}
#menu #nav li .n1_hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 3px;
    height: 30px;
    background: #ba0000;
    margin-left: -3px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
}
#menu #nav li:hover .n1_hover {
    margin-left: 0;
    opacity: 1;
}
#menu #nav li:hover .n1 {
    color: #5e5e5e;
}
#menu #nav li ul {
    display: none;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
}
#menu #nav li ul li {
    border: none;
    margin-left: 25px;
    margin-bottom: 5px;
}
#menu #nav li ul li:last-child {
    margin-bottom: 0;
}
#menu #nav li ul li a {
    display: block;
    width: 260px;
    padding: 4px 0 2px 5px;
    border: none;
    font-family: "Caecilia_bold";
    font-size: 9px;
    letter-spacing: 0.2em;
    line-height: 12px;
    color: #5e5e5e;
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
}
#menu #nav li ul li a:hover {
    color: #ba0000;
}
/* COPYRIGHT */
#menu #nav li ul #copyright {
    font-size: 12px;
    line-height: 18px;
}
#menu #nav li ul #copyright a {
    display: inline;
    font-size: 12px;
    letter-spacing: 0;
}
/* PANEL ABOUT */
.panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid #eee;
}
#about #close_panel {
    display: block;
    position: absolute;
    z-index: 4000;
    top: 50px;
    left: 320px;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    text-indent: 30px;
    font-size: 9px;
    line-height: 26px;
    background: #ffffff url("../images/icon-set/close.gif") no-repeat center;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
#about #close_panel:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 25px rgba(0, 0, 0, 0.2);
}
#about #about_content {
    margin: 155px 0 0 320px;
}
#about #about_content li {
    margin: 0 25px 20px 0;
    padding-top: 5px;
    border-top: 3px solid #ba0000;
}
#about h2 {
    font: 18px "Caecilia_roman";
    color: #ba0000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
#about p {
    font: 14px "Caecilia_roman";
    line-height: 22px;
    margin-bottom: 20px;
}
#about a {
    display: block;
    margin-bottom: 5px;
    font: 14px "Caecilia_roman";
    color: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
#about a:hover {
    color: #ba0000;
}
#about #about_content #contact p a {
    height: 25px;
    margin-top: 10px;
    line-height: 27px;
}
/*#img_gallery img {
    max-height: 110px;
    max-width: 110px;
    height: auto;
    width: auto;
    align-items: center;
}*/

#about #about_content #cv a {
    height: 25px;
    margin-top: 10px;

    line-height: 27px;
}

.video iframe {
    width: 720px;
    height: 500px;
    max-width: 100%;
    max-height: 100%;
}
.copyright-video {
    font-size: 11px;
    margin: 10px 0 0 0;
}
/* NAVIGATION PEINTURES SERIE PREV/NEXT */
.slideSelectors {
    display:flex;
    /*position: fixed;*/
    position: sticky;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
.slideSelectors #serie_title {
    /*padding: 0 10px 0 320px;*/
    margin-right:10px;
    font-family: "Caecilia_bold";
    font-size: 9px;
    line-height: 32px;
    letter-spacing: 0.2em;
    /*float: left;*/
}
/*#project-selector {
    float: left;
}*/
#project-selector a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 9px;
    line-height: 32px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
#project-selector #prev {
    background: url("../images/icon-set/left-arrow.gif") 3px center no-repeat;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#project-selector #prev span {
    margin: 0 10px 0 30px;
}
#project-selector #next {
    background: url("../images/icon-set/right-arrow.gif") 3px center no-repeat;
}
#project-selector #next span {
    margin-left: 30px;
}
#project-selector #prev:hover {
    width: 100px;
    background-color: #d9d9d9;
    background-position: 3px center;
}
#project-selector #next:hover {
    width: 100px;
    background-color: #d9d9d9;
    background-position: 3px center;
}
/* PAGE TEXTE */
#connexe_content {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 320px;
    height: 135px;
    width: 100%;
    background: #fff;
    font: 10px "Caecilia_roman";
    color: #ba0000;
    letter-spacing: 0.1em;
}
#connexe_content #title_connexe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 95px;
    padding-top: 40px;
    border-bottom: 1px solid #ba0000;
    text-align: right;
}
#connexe_content .link_connexe {
    position: absolute;
    top: 0;
    width: 365px;
    height: 95px;
    margin-left: 10px;
    padding-top: 40px;
    border-bottom: 1px solid #ba0000;
}
#connexe_content .c1 {
    left: 110px;
}
#connexe_content .c2 {
    left: 495px;
}
#connexe_content .link_connexe a {
    display: block;
    color: #ba0000;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
#connexe_content .link_connexe a:hover {
    color: #000;
}

/* text content */
#text_ct {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    margin: 150px 0 0 320px;
}
#text_ct #auteur,
.trad_name {
    position: fixed;
    z-index: 5;
    width: 100px;
    margin-right: 20px;
    margin-top: 5px;
    font: 10px "Caecilia_bold";
    color: #ba0000;
    letter-spacing: 0.1em;
    line-height: 16px;
}
#text_ct .trad_name {
    border-top: 1px solid #ba0000;
    padding-top: 16px;
}
.critique { margin:20px 0 0 0; border-top:1px solid #ba0000; padding-top:10px; }
#text_ct #text, .critique .two-cols {
    width: 750px;
    height: 100%;
    margin: 0 0 50px 120px;
    letter-spacing: 0.1em;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.critique .two-cols { margin:20px 0 50px 0; }
.critique :first-child { margin-top: 0; }
.critique #auteur {
    padding-bottom: 10px;
    border-bottom: 1px solid #ba0000;
    font: 10px "Caecilia_bold";
    color: #ba0000;
    letter-spacing: 0.1em;
    line-height: 16px;
}
#text_ct #text h2, .critique h1 {
    font: 16px "Caecilia_bold";
    text-transform: uppercase;
    color: #ba0000;
    line-height: 24px;
}
#text_ct #text .subtitle-text, .critique blockquote.wp-block-quote p {
    display: block;
    width: 80%;
    margin-top: 10px;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: inherit;
    color: #828282;
    border-left: 1px solid #828282;
    padding-left: 10px;
}
#text_ct #text h3, .critique h3 {
    font: 14px "Caecilia_bold";
    color: #ba0000;
    line-height: 20px;
    margin: 20px 0 0 0;
}
#text_ct #text p, .critique p {
    font: 14px "Caecilia_roman";
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-block: 1em;
    min-height:1em;
}
.critique blockquote.wp-block-quote p { margin-block:0; min-height:1em; }
#text_ct #text p a, .critique p a {
    color: #ba0000;
}
#text_ct #text p a:hover, .critique p a:hover {
    color: #333333;
}

.critique .lien_connexe, .critique .lien_connexe a {
    color: #ba0000 !important;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
.critique .lien_connexe a:hover { color: #000 !important; }
.critique strong { font-weight:700; }
.critique .lien_connexe strong { text-decoration:underline; }

.critique .wp-block-file__button { background:none; padding:0; color:var(--primary-color); }

#text_ct #text p .question {
    display: block;
    font: 14px "Caecilia_bold";
    line-height: 20px;
}

#text_ct #text .note-txt, .critique .wp-block-footnotes li {
    display: block;
    margin-top: 10px;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    color: #828282;
    font-size: 11px;
    line-height: 20px;
}

.critique sup.fn a::before { content:'['; }
.critique sup.fn a::after { content:']'; }
.critique ol.wp-block-footnotes { counter-reset:footnotes; }
.critique ol.wp-block-footnotes li { counter-increment:footnotes; }
.critique ol.wp-block-footnotes li::before { content: '[' counter(footnotes) '] '; }

#text_ct #text .article-solo {
    margin-top: 0;
}
/* PAGE PEINTURE */
/* NAV PREV/NEXT PEINTURES */
.nav-btns {
    position: fixed;
    z-index: 500;
    top: 50px;
    left: 320px;
}
.transparent-btns_nav {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    text-indent: -9999px;
    overflow: hidden;
    background: #ffffff url("../images/icon-set/left.gif") no-repeat center;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
}
.transparent-btns_nav:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.transparent-btns_nav.next {
    margin-top: 10px;
    background: #ffffff url("../images/icon-set/right.gif") no-repeat center;
}
/* SLIDER PEINTURE */
.rslides {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    display: none;
    width: 100%;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 50px 0 0 360px;
}
/* INFOS PEINTURE */
.rslides li .paint_content {
    margin: 10px 0 0 360px;
}
.rslides li .paint_content h3 {
    font: 10px "Caecilia_bold";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}
.rslides li .paint_content p {
    font: 10px "Caecilia_roman";
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #000;
}
/* PAGE DESSINS/INSTALLATIONS */
#img_gallery, .img_gallery {
    /*margin: 50px 0 0 320px;*/
    padding-block: 20px;
    max-width: 960px;
}
#img_gallery .fancybox img, .img_gallery .fancybox img {
    display: block;
    max-width: 100%;
    border: 4px solid #ddd;
    /*margin: 0 10px 10px 0;
    float: left;*/
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.39, 1);
}
#img_gallery .fancybox img:hover, .img_gallery .fancybox img:hover {
    opacity: 0.5;
}
/* bloc info galerie image */
#img_gallery .bloc-info, .img_gallery .bloc-info {
    display: block;
    height: 111px;
    width: auto;
    background: #ffffff url("../images/icon-set/right.gif") no-repeat right bottom;
    border: 1px solid #eee;
    padding: 5px 30px 0 7px;
    margin: 0 10px 10px 0;
    font: 10px/16px "Caecilia_bold";
    color: #333;
    float: left;
}
#img_gallery .bloc-alt, .img_gallery .bloc-alt {
    display: block;
    height: 111px;
    width: auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 30px 0 7px;
    margin: 0 10px 10px 0;
    font: 10px/16px "Caecilia_bold";
    color: #333;
    float: left;
}
#header-content-title {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 135px;
    margin-left: 310px;
    background: #fff;
}
#serie_title_alt {
    width: 270px;
    height: 45px;
    padding: 10px 0 0 30px;
    margin: 30px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Caecilia_bold";
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 13px;
}
/* lightbox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #000;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Caecilia_roman", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    background-image: url("../images/fancybox_sprite_alt.png");
}
.fancybox-close {
    position: absolute;
    z-index: 8040;
    top: -23px;
    left: 50%;
    width: 23px;
    height: 23px;
    border-radius: 13px;
    background: #000000 url("../images/icon-set/close-white.gif") no-repeat center;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url("../images/blank.gif");
    /* helps IE */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    visibility: hidden;
    z-index: 8040;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -15px;
    border-radius: 13px;
    box-shadow: 0px 0px 1px #444;
}
.fancybox-prev span {
    left: 5px;
    background: #ffffff url("../images/icon-set/left.gif") no-repeat center;
}
.fancybox-next span {
    right: 5px;
    background: #ffffff url("../images/icon-set/right.gif") no-repeat center;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}
/* background de la lightbox */
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title des œuvres */
.fancybox-title {
    visibility: hidden;
    position: relative;
    font: 10px "Caecilia_bold";
    text-align: center;
    line-height: 14px;
    text-shadow: none;
    z-index: 8050;
    background: #000;
    color: #fff;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */

    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
/* @MEDIAQUERIES - ALL */
@media screen and (min-width: 640px) {
    #bg {
        background-image: url("../images/background_960px.jpg");
    }
}
@media screen and (min-width: 960px) {
    #bg {
        background-image: url("../images/background_2200px.jpg");
    }
}
@media screen and (min-width: 1279px) {
    .nav-btns {
        position: static;
        width: 65px;
        margin: 45px auto 15px;
        clear: both;
    }
    .transparent-btns_nav.prev {
        float: left;
    }
    .transparent-btns_nav.next {
        margin-left: 40px;
    }
    .rslides li img {
        margin: 1px auto 0;
    }
    .rslides li .paint_content {
        width: 100%;
        text-align: center;
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 1200px) {
    /* PAGE TEXTE */
    #connexe_content .c2 {
        display: none;
    }
    #text_ct #text, .critique .two-cols {
        width: 365px;
        height: auto;
        margin-left: 120px;
        letter-spacing: 0.1em;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (max-width: 960px) {
    /* scrolltoptop */
    .backtotopinstance {
        position: fixed;
        z-index: 2000;
        right: 15px;
        bottom: 15px;
        width: 25px;
        height: 25px;
        background: #ba0000 url("../images/icon-set/top.gif") no-repeat center;
        border-radius: 13px;
        opacity: 0.5;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    }
    .backtotopinstance:hover {
        opacity: 1;
    }
    /* MENU */
    #menu {
        position: fixed;
        width: 100%;
        background: #fff;
        height: 45px;
        border-bottom: 1px solid #eee;
    }
    #menu #logo {
        height: 45px;
        margin: 0 0 0 10px;
        line-height: 49px;
        font-size: 12px;
        font-family: "Caecilia_bold";
    }
    #menu #button {
        display: block;
        position: fixed;
        right: 15px;
        top: 10px;
        z-index: 500;
        width: 25px;
        height: 25px;
        border-radius: 13px;
        margin: 0 auto 10px;
        background: #ffffff url("../images/icon-set/menu.gif") no-repeat center;
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
        transition: all 0.4s cubic-bezier(0.7, 0, 0.39, 1);
    }
    #menu #button:hover {
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 0px 25px rgba(0, 0, 0, 0.2);
    }
    #menu #nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    #menu #nav li {
        background: #fff;
    }
    #menu #nav li .n1_hover {
        display: none;
    }
    #menu #nav li .n1 {
        text-align: center;
    }
    #menu #nav li .n1:hover {
        background: #ba0000;
        color: #fff;
    }
    #menu #nav li ul li {
        margin-left: 0;
        margin-bottom: 5px;
    }
    #menu #nav li ul li a {
        width: 100%;
        padding: 4px 0 2px 0;
        margin: 0 auto;
        text-align: center;
    }
    #menu #nav li ul li a:hover {
        background: #ba0000;
        color: #fff;
    }
    /* shadow last li menu */
    #menu #nav #shadow {
        border-bottom: 2px solid #eee;
    }
    /* COPYRIGHT */
    #menu #nav li ul #copyright {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    #menu #nav li ul #copyright a {
        display: inline;
        font-size: 12px;
        letter-spacing: 0;
    }
    /* ABOUT PANEL */
    .panel {
        z-index: 2000;
        width: 100%;
    }
    #about #close_panel {
        top: 25px;
        left: 50%;
        margin-left: -10px;
        overflow: hidden;
    }
    #about #about_content {
        width: 100%;
        margin: 60px 0 0 0;
        text-align: center;
    }
    #about #about_content li {
        width: 100%;
        padding: 10px 0;
        border-top: none;
        margin: 0 0 5px 0;
    }
    #about a {
        margin: 0 auto;
        overflow: hidden;
    }
    #about p {
        margin-bottom: 0;
    }
    /* PAGE TEXTE */
    #connexe_content {
        display: none;
    }
    #connexe_content .c1 {
        width: 250px;
    }
    #text_ct {
        position: static;
        margin: 60px 0 0 0;
    }
    #text_ct #text, .critique .two-cols {
        width: 80%;
        height: auto;
        margin: 0 auto 50px;
        letter-spacing: 0.1em;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .critique .lien_connexe { width:80%; margin-inline:auto; }
    #text_ct #auteur,
    .trad_name, .critique #auteur {
        position: static;
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 14px;
    }
    #text_ct #text h2, .critique h1 {
        text-align: center;
    }
    #text_ct #text h3, .critique h3 {
        font-size: 14px;
    }
    #text_ct #text .subtitle-text {
        margin: 10px auto 0;
        border-left: none;
        padding-left: 0;
        text-align: center;
    }
    #text_ct #text p, .critique p {
        font-size: 14px;
        line-height: 24px;
    }
    /* VIDEO */
    .video {
        width: 100%;
        margin-inline:auto;
    }
    .video iframe {
        width: 100%;
    }
    .copyright-video {
        width: 100%;
        text-align: center;
    }
    /* PAGE PEINTURE */
    .sliderContainer .slideSelectors {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 45px;
        border: none;
        text-align: center;
    }
    .sliderContainer .slideSelectors #selector_content {
        width: 100%;
        margin-left: 20px;
    }
    .sliderContainer .slideSelectors #serie_title {
        margin: 10px 0 20px 0;
        padding: 0;
        text-decoration: underline;
    }
    /* NAV SERIE NEXT/PREV */
    .slideSelectors {
        margin-top: 45px;
        z-index: 300;
    }
    .slideSelectors #serie_title {
        padding-left: 10px;
        letter-spacing: 0;
    }
    /* NAV PREV/NEXT PEINTURES */
    .nav-btns {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .transparent-btns_nav {
        position: absolute;
        bottom: 50%;
        height: 30px;
        width: 30px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
    .transparent-btns_nav:hover {
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
        width: 40px;
    }
    .transparent-btns_nav.next {
        margin: 0;
        right: 0;
        border-left: 1px solid #eee;
    }
    .transparent-btns_nav.prev {
        margin: 0;
        left: 0;
        border-right: 1px solid #eee;
    }
    /* SLIDER PEINTURE */
    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .rslides li img {
        margin: 85px auto 0;
    }
    /* INFOS PEINTURE */
    .rslides li .paint_content {
        margin: 10px auto 30px;
        text-align: center;
    }
    /* PAGE DESSINS/INSTALLATIONS */
    #project_selector {
        display: none;
    }
    #img_gallery, .img_gallery {
        position: static;
        width: 90%;
        margin: 20px auto 0;
    }
    #header-content-title {
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
        height: auto;
        margin-left: 0;
        background: #ba0000;
    }
    #serie_title_alt {
        padding: 10px 0 0 0;
        margin-top: 0;
        width: 100%;
        border: none;
        color: #fff;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .slideSelectors #project-selector #prev {
        width: 30px;
    }
    .slideSelectors #project-selector #next {
        width: 30px;
    }
    .rslides li .paint_content {
        padding: 0 30px;
    }
}
/* icons retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (-webkit-min-device-pixel-ratio: 2) {
    .backtotopinstance {
        background: #ba0000 url("../images/icon-set/top@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    #menu #button {
        background: #ffffff url("../images/icon-set/menu@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }

    #project-selector #prev {
        background: #ffffff url("../images/icon-set/left-arrow@2x.gif") 3px center no-repeat;
        background-size: 25px 25px;
    }
    #project-selector #next {
        background: #ffffff url("../images/icon-set/right-arrow@2x.gif") 3px center no-repeat;
        background-size: 25px 25px;
    }
    .transparent-btns_nav {
        background: #ffffff url("../images/icon-set/left@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    .transparent-btns_nav.next {
        background: #ffffff url("../images/icon-set/right@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    .fancybox-close {
        background: #ffffff url("../images/icon-set/close@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    .fancybox-prev span {
        background: #ffffff url("../images/icon-set/left@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    .fancybox-next span {
        background: #ffffff url("../images/icon-set/right@2x.gif") no-repeat center;
        background-size: 25px 25px;
    }
    #img_gallery .bloc-info, .img_gallery .bloc-info {
        background: #ffffff url("../images/icon-set/right@2x.gif") no-repeat right bottom;
        background-size: 25px 25px;
    }
    #img_gallery .fancybox img, .img_gallery .fancybox img {
        height: 110px;
    }
    .rslides li img {
        height: 500px;
    }
}
